Documentation ¶
Index ¶
Constants ¶
View Source
const ( RoleLabelName15 = "kubernetes.io/role" RoleLabelName16 = "kubernetes.io/role" RoleMasterLabelValue15 = "master" RoleNodeLabelValue15 = "node" RoleLabelMaster16 = "node-role.kubernetes.io/master" RoleLabelNode16 = "node-role.kubernetes.io/node" )
Variables ¶
This section is empty.
Functions ¶
func BuildNodeLabels ¶
func BuildNodeLabels(cluster *kops.Cluster, instanceGroup *kops.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.