Radeity commented on PR #15116:
URL: 
https://github.com/apache/dolphinscheduler/pull/15116#issuecomment-1806826970

   > I have made this modification to the current code
   
   I'm still confused, you should modify this part to avoid NPE
   ```java
   k8sTaskExecutionContext
                   
.setConfigYaml(JSONUtils.getNodeString(k8sTaskExecutionContext.getConnectionParams(),
 "kubeConfig"));
   ```
   
   **OR**
    
   replace original way to use K8S cluster in other tasks(Spark, KUBEFLOW) with 
your connection way.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to