coreos / etcd-operator

etcd operator creates/configures/manages etcd clusters atop Kubernetes
https://coreos.com/blog/introducing-the-etcd-operator.html
Apache License 2.0
1.75k stars 741 forks source link

Option to define the port names for the *-client service #2154

Open sanamsarath opened 4 years ago

sanamsarath commented 4 years ago

Option to define the port names for the *-client service. Currently the port names are hard coded, is it possible to define them from the helm charts??

https://github.com/coreos/etcd-operator/blob/8347d27afa18b6c76d4a8bb85ad56a2e60927018/pkg/util/k8sutil/k8sutil.go#L169

This is needed because if we use istio as service mesh, it expects the port names with specific prefix like "http-" or "http2-".

Thanks, Sarath.

sanamsarath commented 4 years ago

@hexfusion Any Suggestions??

skydoctor commented 4 years ago

@hexfusion: Do you know if this repo or any clones of it are actively maintained? Would be great to have this feature.