zhengcanbin commented on a change in pull request #10973: 
[FLINK-15647][kubernetes] Support to set annotations for JM/TM Pods.
URL: https://github.com/apache/flink/pull/10973#discussion_r395577026
 
 

 ##########
 File path: 
flink-kubernetes/src/main/java/org/apache/flink/kubernetes/configuration/KubernetesConfigOptions.java
 ##########
 @@ -129,6 +129,10 @@
                .defaultValue("/opt/flink/log")
                .withDescription("The directory that logs of jobmanager and 
taskmanager be saved in the pod.");
 
+       public static final String KUBERNETES_JOBMANAGER_ANNOTATION_PREFIX = 
"kubernetes.jobmanager.annotation.";
 
 Review comment:
   Thanks for the explanation!  It makes sense to me, will change it to the map 
type.

----------------------------------------------------------------
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

Reply via email to