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

kube-controller-manager -> cloud-controller-manager HA migration: KEP + alpha implementation #11

Open
andrewsykim opened this issue Feb 19, 2019 · 14 comments
Assignees
Labels
lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. P0 Priority 0
Milestone

Comments

@andrewsykim
Copy link
Member

We need a KEP outlining how we intend to migrate existing clusters from using the kube-controller-manager to the cloud-controller-manager for the cloud provider specific parts of Kubernetes.

At KubeCON NA 2018, we discussed grouping the existing cloud controllers under 1 leader election that is shared by the kube-controller-manager and the cloud-controller-manager. For single node control planes this is not needed, but for HA control planes we need a mechanism to ensure that not more than 1 kube-controller-manager or cloud-controller-manager is running the set of cloud controllers in a cluster.

@andrewsykim
Copy link
Member Author

/assign @mcrute

@mcrute is working on the initial design for this.

@andrewsykim
Copy link
Member Author

cc @cheftako

@andrewsykim andrewsykim changed the title kube-controller-manager -> cloud-controller-manager migration plan KEP for kube-controller-manager -> cloud-controller-manager migration plan Feb 19, 2019
@andrewsykim andrewsykim added this to the v1.14 milestone Feb 19, 2019
@mcrute
Copy link
Contributor

mcrute commented Mar 1, 2019

Here's a first draft. There's plenty more to be done but getting this out there for discussion.

@andrewsykim
Copy link
Member Author

Thanks @mcrute!

@andrewsykim andrewsykim modified the milestones: v1.14, v1.15, Next Mar 6, 2019
@cheftako
Copy link
Member

cheftako commented Mar 14, 2019 via email

@andrewsykim
Copy link
Member Author

/milestone v1.15
/priority critical-urgent

@k8s-ci-robot k8s-ci-robot added the priority/critical-urgent Highest priority. Must be actively worked on as someone's top priority right now. label Mar 20, 2019
@andrewsykim andrewsykim modified the milestones: Next, v1.15 Mar 20, 2019
@andrewsykim andrewsykim added P0 Priority 0 and removed priority/critical-urgent Highest priority. Must be actively worked on as someone's top priority right now. labels Mar 28, 2019
@andrewsykim andrewsykim changed the title KEP for kube-controller-manager -> cloud-controller-manager migration plan kube-controller-manager -> cloud-controller-manager migration: KEP + alpha implementation Apr 3, 2019
@andrewsykim
Copy link
Member Author

/assign

@andrewsykim
Copy link
Member Author

This is going to slip into the next release since we couldn't get the KEP reviewed in time for the KEP deadline. Further discussions happening for this in kubernetes/enhancements#979 & kubernetes/kubernetes#77878, hoping to have an implementable KEP in time for v1.16.

@andrewsykim andrewsykim modified the milestones: v1.15, v1.16 Jun 12, 2019
@fejta-bot
Copy link

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-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Sep 10, 2019
@cheftako
Copy link
Member

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Sep 10, 2019
@andrewsykim andrewsykim modified the milestones: v1.16, v1.17 Oct 2, 2019
@andrewsykim
Copy link
Member Author

/assign @yastij

@fejta-bot
Copy link

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-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Dec 31, 2019
@cheftako
Copy link
Member

cheftako commented Jan 2, 2020

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jan 2, 2020
@cheftako
Copy link
Member

cheftako commented Jan 2, 2020

/lifecycle frozen

@k8s-ci-robot k8s-ci-robot added the lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. label Jan 2, 2020
@andrewsykim andrewsykim changed the title kube-controller-manager -> cloud-controller-manager migration: KEP + alpha implementation kube-controller-manager -> cloud-controller-manager HA migration: KEP + alpha implementation Jan 22, 2020
@andrewsykim andrewsykim modified the milestones: v1.17, v1.18 Jan 22, 2020
@andrewsykim andrewsykim modified the milestones: v1.18, v1.19 Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. P0 Priority 0
Projects
None yet
Development

No branches or pull requests

7 participants
@mcrute @cheftako @yastij @andrewsykim @k8s-ci-robot @fejta-bot and others