viirya commented on a change in pull request #17582: URL: https://github.com/apache/flink/pull/17582#discussion_r747955432
########## File path: flink-kubernetes/src/main/java/org/apache/flink/kubernetes/kubeclient/factory/KubernetesTaskManagerFactory.java ########## @@ -54,6 +63,7 @@ public static KubernetesPod buildTaskManagerKubernetesPod( for (KubernetesStepDecorator stepDecorator : stepDecorators) { flinkPod = stepDecorator.decorateFlinkPod(flinkPod); + accompanyingResources.addAll(stepDecorator.buildAccompanyingKubernetesResources()); Review comment: @gyfora You can see that we didn't build accompanying resources previously. -- 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. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org