TisonKun commented on a change in pull request #10956:
[FLINK-15646][client]Configurable K8s context support.
URL: https://github.com/apache/flink/pull/10956#discussion_r377378601
##########
File path:
flink-kubernetes/src/main/java/org/apache/flink/kubernetes/configuration/KubernetesConfigOptions.java
##########
@@ -29,6 +29,14 @@
@PublicEvolving
public class KubernetesConfigOptions {
+ public static final ConfigOption<String> CONTEXT =
+ key("kubernetes.context")
+ .stringType()
+ .noDefaultValue()
+ .withDescription("The desired context from your K8s config file
used to configure the K8s client for " +
Review comment:
and here s/K8s/Kubernetes/
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services