Replies: 1 comment 6 replies
-
No, I do not think it is possible. How would it be useful? Also - at least in case of Kafka - the service account is needed to communicate with Kubernetes APIs when rackawareness or nodeport listeners are used. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it somehow possible to set
automountServiceAccountToken: false
for kafka and zookeeper pods or the corresponding service accounts?First, I tried to customize the pods via
PodTemplate
, but it doesn't seem to offer the possibility to change this parameter.Second, I wanted to customize the
ServiceAccount
s "cluster-name-kafka" and "cluster-name-zookeeper", but it looks like it isn't possible to customize these service accounts at all.I would be thankful for any ideas, suggestions or hints for upcoming features which might allow me to do that. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions