wangyang0918 commented on code in PR #20867:
URL: https://github.com/apache/flink/pull/20867#discussion_r980692851
##########
flink-kubernetes/src/main/java/org/apache/flink/kubernetes/configuration/KubernetesConfigOptions.java:
##########
@@ -447,7 +450,7 @@ public class KubernetesConfigOptions {
+ Constants.MAIN_CONTAINER_NAME
+ "'. If not explicitly configured, config
option '"
+ KUBERNETES_POD_TEMPLATE_FILE_KEY
- + "' will be used.");
+ + ".default' will be used.");
public static final ConfigOption<String> TASK_MANAGER_POD_TEMPLATE =
Review Comment:
We also need to update the fallback keys.
```
.withFallbackKeys(KUBERNETES_POD_TEMPLATE_FILE_KEY + ".default")
--
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]