zhengcanbin commented on a change in pull request #11489: [FLINK-15640][k8s] 
Support to set labels and node-selector for jobmanager and taskmanager pod
URL: https://github.com/apache/flink/pull/11489#discussion_r396907892
 
 

 ##########
 File path: 
flink-kubernetes/src/test/java/org/apache/flink/kubernetes/kubeclient/decorators/ExternalServiceDecoratorTest.java
 ##########
 @@ -75,6 +75,7 @@ public void testBuildAccompanyingKubernetesResources() 
throws IOException {
                assertEquals(expectedServicePorts, 
restService.getSpec().getPorts());
 
                expectedLabels.put(Constants.LABEL_COMPONENT_KEY, 
Constants.LABEL_COMPONENT_JOB_MANAGER);
+               expectedLabels.putAll(userLabels);
 
 Review comment:
   The same precedence problem.

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