zentol commented on code in PR #20867:
URL: https://github.com/apache/flink/pull/20867#discussion_r978603305
##########
flink-kubernetes/src/main/java/org/apache/flink/kubernetes/configuration/KubernetesConfigOptions.java:
##########
@@ -269,9 +269,10 @@ public class KubernetesConfigOptions {
@Documentation.OverrideDefault(
"The default value depends on the actually running version. In
general it looks like \"flink:<FLINK_VERSION>-scala_<SCALA_VERSION>\"")
public static final ConfigOption<String> CONTAINER_IMAGE =
- key("kubernetes.container.image")
+ key("kubernetes.container.image.ref")
Review Comment:
There does not appear to be a proper term for this, so I used "ref" similar
to what the log4j uses.
--
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]