xdu-chenrj commented on PR #15116: URL: https://github.com/apache/dolphinscheduler/pull/15116#issuecomment-1807674371
> > 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. > > In current PR, I don't get how you solve the problem. I think the current solution to this problem can only be achieved by adding special judgments until the Spark and Kubelow tasks are refactored -- 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]
