You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a child Issue of Issue#493 on the main cluster-api repo.
In this Issue we want to handle the labeling and taints on the node created using the vsphere provider implementation.
Based on the discussion on the cluster-api sig call, we would implement this using kubelet args for now. Once the broader sig has consensus over a better approach, we will switch to using that mechanism.
So, the behavior this Issue is trying to address is that when a user specifies a set of taints and labels inside the Machine object, these should be applied on the node created using the spec. These labels and taints however are only to be applied initially. Changing theses on the Machine object on a day-2 basis will not be reconciled back with the actual Node object for now.
The text was updated successfully, but these errors were encountered:
In the "MachineSpec" one can specify the labels, taints. In this
patch we use the kubelet args to bootstrap the node with the provided
taints and labels
Resolves#111
Change-Id: Id184e1148c8f6149c9faa40cb382bf740210bba5
In the "MachineSpec" one can specify the labels, taints. In this
patch we use the kubelet args to bootstrap the node with the provided
taints and labels
Resolves#111
Change-Id: Id184e1148c8f6149c9faa40cb382bf740210bba5
jayunit100
pushed a commit
to jayunit100/cluster-api-provider-vsphere
that referenced
this issue
Feb 26, 2020
This is a child Issue of Issue#493 on the main cluster-api repo.
In this Issue we want to handle the labeling and taints on the node created using the vsphere provider implementation.
Based on the discussion on the cluster-api sig call, we would implement this using kubelet args for now. Once the broader sig has consensus over a better approach, we will switch to using that mechanism.
So, the behavior this Issue is trying to address is that when a user specifies a set of taints and labels inside the
Machine
object, these should be applied on the node created using the spec. These labels and taints however are only to be applied initially. Changing theses on theMachine
object on a day-2 basis will not be reconciled back with the actualNode
object for now.The text was updated successfully, but these errors were encountered: