tillrohrmann commented on a change in pull request #14554:
URL: https://github.com/apache/flink/pull/14554#discussion_r553185553
##########
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:
I think the problem is a different one as indicated by Yang Wang. We
don't set the proper namespace when watching the ConfigMap. Hence, I would
close this PR.
----------------------------------------------------------------
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]