Documentation ¶
Index ¶
Constants ¶
View Source
const ( RoleLabelAPIServer16 = "node-role.kubernetes.io/api-server" RoleLabelNode16 = "node-role.kubernetes.io/node" RoleLabelControlPlane20 = "node-role.kubernetes.io/control-plane" )
Variables ¶
This section is empty.
Functions ¶
func BuildMandatoryControlPlaneLabels ¶ added in v1.21.0
BuildMandatoryControlPlaneLabels returns the list of labels all CP nodes must have
func BuildNodeLabels ¶
func BuildNodeLabels(cluster *api.Cluster, instanceGroup *api.InstanceGroup) (map[string]string, error)
BuildNodeLabels returns the node labels for the specified instance group This moved from the kubelet to a central controller in kubernetes 1.16
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.