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

Support for custom annotations for EtcdCluster pods #2168

@jsloyer

Description

@jsloyer

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions