k8s-cluster-installation icon indicating copy to clipboard operation
k8s-cluster-installation copied to clipboard

Add support for a external etcd cluster

Open xunholy opened this issue 4 years ago • 3 comments

https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm/

xunholy avatar Mar 25 '20 20:03 xunholy

just for clarification on this one: do we want to assist the user in setting up an external etcd cluster, or just accept parameters for connecting to an external etcd?

crutonjohn avatar Jul 20 '20 16:07 crutonjohn

I would say both. But I would aim this issue towards implementing the parameters required for this. The parameters can then later be used as well when we make it possible to setup an etcd cluster within ansible too.

We can then create a new issue to add the actual setup of an etcd cluster to the ansible files at a later point. This because setting up a proper etcd cluster is not as trivial as installing some packages and be done with it.

RobReus avatar Jul 20 '20 16:07 RobReus

setting up an external etcd cluster is out of scope for this project, but supporting users who run an external etcd cluster is something we can move to support.

crutonjohn avatar Jul 21 '20 16:07 crutonjohn