lintingbin commented on PR #3998: URL: https://github.com/apache/incubator-streampark/pull/3998#issuecomment-2314723977
> You mean just get the kubeconfig environment variable at startup? <img width="1286" alt="image" src="https://github.com/user-attachments/assets/56608044-f914-4fce-808c-185a694d7678"> When starting, you can specify the "Kube Conf File" or leave it unspecified by setting "Kube Conf File" to null. If the Flink session and StreamPark are in the same k8s cluster, the "Kube Conf File" can be set to null. In this case, the Flink session will be started using the service account permissions of the StreamPark pod (this is how Flink application is currently started). Currently, the code sets the default value of "kubeConf" to "~/.kube/config", but the kubeConf is not mandatory. A Flink session can be started without the kubeConf, just like starting a Flink application without providing a kubeConf. -- 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]
