kubernetes-retired/etcdadm

etcd-manager: run etcd in a different pod / under systemd

Closed this issue · 4 comments

Currently etcd-manager runs etcd from inside the same container. This does mean we don't need to do a separate etcd download, but it also means we have to bake multiple versions of etcd into the image. This causes the etcd-manager to be large, and also means we have to be selective than we would like to be in supporting etcd versions.

We would like to move to a model where we run etcd either in a separate pod or under systemd. In addition to the above, this has the additional benefit that we are more in-tune with the etcdadm approach.

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.

Send feedback to sig-contributor-experience at kubernetes/community.
/close

@k8s-triage-robot: Closing this issue.

In response to this:

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.

Send feedback to sig-contributor-experience at kubernetes/community.
/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.