giantswarm / aws-operator

Manages Kubernetes clusters running on AWS (before Cluster API)

Home Page:https://www.giantswarm.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change etcd data location

rossf7 opened this issue · comments

We store Etcd data in /etc/kubernetes/data/etcd which is non standard. As suggested by @teemow we should use /var/lib/etcd

CC @fgimenez

We also need to change at least azure-operator https://github.com/giantswarm/azure-operator/blob/master/service/cloudconfig/template.go#L633. Will propose the 3 PRs (k8scc, aws-operator and azure-operator) later and do some testing on aws-operator, if things go good we could include the change in this release, WDYT @rossf7?

It would be good to have this for the new clusters. If we're OK on time lets do it. Otherwise. I think it could wait till the next k8scloudconfig version.

aws-operator done, azure-operator changes ready giantswarm/azure-operator#125 waiting for giantswarm/azure-operator#122.