-
Notifications
You must be signed in to change notification settings - Fork 42.8k
Allow nodes to dynamically join a running cluster #6087
Copy link
Copy link
Closed
Labels
priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.sig/cluster-lifecycleCategorizes an issue or PR as relevant to SIG Cluster Lifecycle.Categorizes an issue or PR as relevant to SIG Cluster Lifecycle.
Milestone
Metadata
Metadata
Assignees
Labels
priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.sig/cluster-lifecycleCategorizes an issue or PR as relevant to SIG Cluster Lifecycle.Categorizes an issue or PR as relevant to SIG Cluster Lifecycle.
We want to allow nodes to dynamically join a kubernetes cluster after the cluster has been created. For version 1.0, we will implement "Static Clustering" as defined in clustering.md.
For reference, in #3168 (securing node → master communication), @roberthbailey proposes an implementation plan, step 2 of which entails this.