-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Umbrella issue for Label Sync Between Machines and underlying Kubernetes Nodes
proposal implementation
#7730
Comments
/assign |
/triage accepted |
cc @srm09 (IIRC once this issue is completed there might be some work to do in CAPV) |
/milestone v1.4 |
@ykakarap: You must be a member of the kubernetes-sigs/cluster-api-maintainers GitHub team to set the milestone. If you believe you should be able to issue the /milestone command, please contact your Cluster API Maintainers and have them propose you as an additional delegate for this responsibility. In response to this:
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. |
@ykakarap is this issue done? |
Yes. All the items are done. This issue can be closed. /close |
@ykakarap: Closing this issue. In response to this:
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. |
Hi @ykakarap this new label will breaks existing cloud-providers for example cloud-provider-vsphere. Since it only tolerates existing k8s tolerations, https://github.com/kubernetes/cloud-provider-vsphere/blob/master/releases/v1.26/vsphere-cloud-controller-manager.yaml#L218-L230 CPI is crucial to initialize the node, setting provideID and externalIP on the node. Now node will stuck in uninitialized state, because CPI can't be deployed. And CAPI can't find the providerID of the node since CPI is not deployed. While CAPI won't remove the tolerations This is a breaking change that either requires all cloud-providers to adopt this tolerations. |
this is being discussed in #8357, fix in flight |
This is an umbrella issue for the implementation of the Label Sync Between Machines and underlying Kubernetes Nodes proposal. As the proposal is merged the implementation can now be done.
The work is broken down into:
disableNodeLabelSync
.disableNodeLabelSync
#7964node.cluster.x-k8s.io=uninitialized:NoSchedule
taint on newly created nodes which did have the labels synced. The taint should be removed after the labels are synced for the first time.node.cluster.x-k8s.io/uninitialized
during machine creation #7993node.cluster.x-k8s.io=uninitialized:NoSchedule
at creation.Issues/PRs that could be affected by this work:
The text was updated successfully, but these errors were encountered: