wangyang0918 commented on a change in pull request #18799:
URL: https://github.com/apache/flink/pull/18799#discussion_r810778468



##########
File path: 
flink-kubernetes/src/test/java/org/apache/flink/kubernetes/KubernetesPodTemplateTestUtils.java
##########
@@ -60,7 +60,7 @@ public static File getPodTemplateFile() {
     public static Container createInitContainer() {
         return new ContainerBuilder()
                 .withName("artifacts-fetcher")
-                .withImage("testing-init-image")
+                .withImage("busybox:latest")

Review comment:
       Maybe we do not have to change this image since it is used in a test. 
And we do not expect it should exist.

##########
File path: flink-kubernetes/src/test/resources/testing-pod-template.yaml
##########
@@ -29,7 +29,7 @@ metadata:
 spec:
   initContainers:
     - name: artifacts-fetcher
-      image: testing-init-image
+      image: busybox:latest

Review comment:
       Same as above.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to