Canbin Zheng created FLINK-15646: ------------------------------------ Summary: Configurable K8s context support Key: FLINK-15646 URL: https://issues.apache.org/jira/browse/FLINK-15646 Project: Flink Issue Type: New Feature Components: Deployment / Kubernetes Reporter: Canbin Zheng
One would be forced to first {{kubectl config use-context <context>}} to switch to the desired context if working with multiple K8S clusters or having multiple K8S "users" for interacting with the specified cluster, so it is an important improvement to add an option(kubernetes.context) for configuring arbitrary contexts when deploying a Flink cluster. If that option is not specified, then the current context in the config file would be used. -- This message was sent by Atlassian Jira (v8.3.4#803005)