Gyula Fora created FLINK-33920:
----------------------------------
Summary: StandaloneKubernetesTaskManagerFactory doesn't support
recent config additions
Key: FLINK-33920
URL: https://issues.apache.org/jira/browse/FLINK-33920
Project: Flink
Issue Type: Improvement
Components: Kubernetes Operator
Reporter: Gyula Fora
As reported by a user:
The flink operator always mounts keytab:
[https://github.com/apache/flink-kubernetes-operator/blob/main/flink-kubernetes-standalone/src/main/java/org/apache/flink/kubernetes/operator/kubeclient/factory/StandaloneKubernetesTaskManagerFactory.java#L55]
But in core flink there is a config to disable auto mount:
[https://github.com/apache/flink/blob/cabb28d25c4c58af3ee23fc4a63f9564aefd6146/flink-kubernetes/src/main/java/org/apache/flink/kubernetes/kubeclient/factory/KubernetesTaskManagerFactory.java#L64]
The same config should be respected in operator standalone mode as well. We
should make sure that other recent config additions are also respected.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)