Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

Support for custom annotations for EtcdCluster pods #2168

Open
jsloyer opened this issue Mar 27, 2020 · 0 comments
Open

Support for custom annotations for EtcdCluster pods #2168

jsloyer opened this issue Mar 27, 2020 · 0 comments

Comments

@jsloyer
Copy link

jsloyer commented Mar 27, 2020

func SetEtcdVersion(pod *v1.Pod, version string) {
pod.Annotations[etcdVersionAnnotationKey] = version
}
it looks like the annotations that get applied to EtcdCluster pods can not be changed. I was hoping to see if the operator supports custom annotations for the EtcdCluster pods. My use is being able to turn off mTLS for the EtcdCluster pods in a namespace.

If this is not supported any ideas on other ways to add annotations to the EtcdCluster pods or are you open to take a PR to add custom annotations to the EtcdCluster pods?

@jsloyer jsloyer changed the title Support for custom labels for EtcdCluster pods Support for custom annotations for EtcdCluster pods Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant