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



##########
File path: 
flink-kubernetes/src/main/java/org/apache/flink/kubernetes/configuration/KubernetesConfigOptions.java
##########
@@ -195,9 +196,16 @@
                     .stringType()
                     .defaultValue(getDefaultFlinkImage())
                     .withDescription(
-                            "Image to use for Flink containers. "
-                                    + "The specified image must be based upon 
the same Apache Flink and Scala versions as used by the application. "
-                                    + "Visit 
https://hub.docker.com/_/flink?tab=tags for the official docker images provided 
by the Flink project. The Flink project also publishes docker images here: 
https://hub.docker.com/r/apache/flink";);
+                            Description.builder()
+                                    .text(
+                                            "Image to use for Flink 
containers. "
+                                                    + "The specified image 
must be based upon the same Apache Flink and Scala versions as used by the 
application. "
+                                                    + "Visit %s for the 
official docker images provided by the Flink project. The Flink project also 
publishes docker images to %s.",
+                                            
link("https://hub.docker.com/_/flink?tab=tags";, "here"),
+                                            link(
+                                                    
"https://hub.docker.com/r/apache/flink";,

Review comment:
       Strange. But you are right. Could you update it?




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


Reply via email to