You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2021/01/05 10:03:07 UTC

[GitHub] [flink] tillrohrmann commented on a change in pull request #14554: [FLINK-20798] add kubernates config in ha doc

tillrohrmann commented on a change in pull request #14554:
URL: https://github.com/apache/flink/pull/14554#discussion_r551830902



##########
File path: docs/deployment/ha/kubernetes_ha.md
##########
@@ -52,6 +52,10 @@ In order to identify the Flink cluster, you have to specify a `kubernetes.cluste
 
   <pre>kubernetes.cluster-id: cluster1337</pre>
 
+- [kubernetes.namespace]({% link deployment/config.md %}#kubernetes-namespace) (required):
+The namespace that will be used for running the jobmanager and taskmanager pods.
+  <pre>kubernetes.namespace: cluster-namespace</pre>

Review comment:
       Why is this a required configuration? The default namespace should be `default`, right?




----------------------------------------------------------------
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:
users@infra.apache.org