mbalassi commented on code in PR #21705:
URL: https://github.com/apache/flink/pull/21705#discussion_r1072475945
##########
flink-kubernetes/src/main/java/org/apache/flink/kubernetes/configuration/KubernetesConfigOptions.java:
##########
@@ -485,6 +485,18 @@ public class KubernetesConfigOptions {
.withDescription(
"The user agent to be used for contacting with
Kubernetes APIServer.");
+ public static final ConfigOption<Boolean>
KUBERNETES_HADOOP_CONF_MOUNT_DECORATOR_ENABLED =
Review Comment:
Please add a comment above this that these are recommended to be set false
when running through the Kubernetes Operator.
For the Kerberos one I am leaning towards even adding it to the description,
I will leave the choice up to you. 😄
--
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]