Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make all kubeadm post-install tasks idempotent #288

Closed
luxas opened this issue Jun 6, 2017 · 0 comments · Fixed by kubernetes/kubernetes#47081
Closed

Make all kubeadm post-install tasks idempotent #288

luxas opened this issue Jun 6, 2017 · 0 comments · Fixed by kubernetes/kubernetes#47081
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/critical-urgent Highest priority. Must be actively worked on as someone's top priority right now.
Milestone

Comments

@luxas
Copy link
Member

luxas commented Jun 6, 2017

Currently there are tasks in kubeadm that aren't idempotent after the control plane is up.
For example, nearly all code that creates resources will fail if there already is such a resource (very common when upgrading for instance.

In order to unblock upgrades; we need to make these tasks idempotent. I and @pipejakob are working on that and have PRs in flight to fix this.

I now spawned this as a sub-task of #278

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/critical-urgent Highest priority. Must be actively worked on as someone's top priority right now.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants