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

Decouple adding new static worker nodes from the installation process #2832

Open
xmudrii opened this issue Jul 26, 2023 · 0 comments
Open

Decouple adding new static worker nodes from the installation process #2832

xmudrii opened this issue Jul 26, 2023 · 0 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature. sig/cluster-management Denotes a PR or issue as being assigned to SIG Cluster Management.
Milestone

Comments

@xmudrii
Copy link
Member

xmudrii commented Jul 26, 2023

Description of the feature you would like to add / User story

Adding a new static worker node initiates the whole cluster provisioning process. This means that it might upgrade packages on control plane nodes (such as containerd, crictl...) which might not be expected when adding a new worker node. I think adding new worker nodes should be a decoupled process that doesn't touch control plane nodes at all besides generating the needed kubeadm token.

Solution details

  • Add a dedicated task only for adding new static worker nodes

Alternative approaches

There's no alternative available to avoid touching control plane nodes when adding new static worker nodes

Use cases

  • Users get to better plan their maintenance window and when they want to upgrade components on control plane nodes
@xmudrii xmudrii added kind/feature Categorizes issue or PR as related to a new feature. sig/cluster-management Denotes a PR or issue as being assigned to SIG Cluster Management. labels Jul 26, 2023
@xmudrii xmudrii added the priority/normal Not that urgent, but is important label Jun 24, 2024
@kron4eg kron4eg removed the priority/normal Not that urgent, but is important label Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. sig/cluster-management Denotes a PR or issue as being assigned to SIG Cluster Management.
Projects
None yet
Development

No branches or pull requests

2 participants