constants.go (kubernetes-1.18.14) | : | constants.go (kubernetes-1.18.15) | ||
---|---|---|---|---|
skipping to change at line 219 | skipping to change at line 219 | |||
CertificateKeySize = 32 | CertificateKeySize = 32 | |||
// LabelNodeRoleMaster specifies that a node is a control-plane | // LabelNodeRoleMaster specifies that a node is a control-plane | |||
// This is a duplicate definition of the constant in pkg/controller/servi ce/controller.go | // This is a duplicate definition of the constant in pkg/controller/servi ce/controller.go | |||
LabelNodeRoleMaster = "node-role.kubernetes.io/master" | LabelNodeRoleMaster = "node-role.kubernetes.io/master" | |||
// AnnotationKubeadmCRISocket specifies the annotation kubeadm uses to pr eserve the crisocket information given to kubeadm at | // AnnotationKubeadmCRISocket specifies the annotation kubeadm uses to pr eserve the crisocket information given to kubeadm at | |||
// init/join time for use later. kubeadm annotates the node object with t his information | // init/join time for use later. kubeadm annotates the node object with t his information | |||
AnnotationKubeadmCRISocket = "kubeadm.alpha.kubernetes.io/cri-socket" | AnnotationKubeadmCRISocket = "kubeadm.alpha.kubernetes.io/cri-socket" | |||
// UnknownCRISocket defines the undetected or unknown CRI socket | ||||
UnknownCRISocket = "/var/run/unknown.sock" | ||||
// KubeadmConfigConfigMap specifies in what ConfigMap in the kube-system namespace the `kubeadm init` configuration should be stored | // KubeadmConfigConfigMap specifies in what ConfigMap in the kube-system namespace the `kubeadm init` configuration should be stored | |||
KubeadmConfigConfigMap = "kubeadm-config" | KubeadmConfigConfigMap = "kubeadm-config" | |||
// ClusterConfigurationConfigMapKey specifies in what ConfigMap key the c luster configuration should be stored | // ClusterConfigurationConfigMapKey specifies in what ConfigMap key the c luster configuration should be stored | |||
ClusterConfigurationConfigMapKey = "ClusterConfiguration" | ClusterConfigurationConfigMapKey = "ClusterConfiguration" | |||
// ClusterStatusConfigMapKey specifies in what ConfigMap key the cluster status should be stored | // ClusterStatusConfigMapKey specifies in what ConfigMap key the cluster status should be stored | |||
ClusterStatusConfigMapKey = "ClusterStatus" | ClusterStatusConfigMapKey = "ClusterStatus" | |||
// KubeProxyConfigMap specifies in what ConfigMap in the kube-system name space the kube-proxy configuration should be stored | // KubeProxyConfigMap specifies in what ConfigMap in the kube-system name space the kube-proxy configuration should be stored | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 3 lines changed or added |