clusterTemplate_spec_kubeadmConfigTemplate_joinConfiguration_nodeRegistration
clusterTemplate_spec_kubeadmConfigTemplate_joinConfiguration_nodeRegistration
NodeRegistration holds fields that relate to registering the new control-plane node to the cluster
JSON Example
{
"kubeletExtraArgs": {
"key": "kubeletExtraArgs"
}
}
object
kubeletExtraArgs
Optional
KubeletExtraArgs passes through extra arguments to the kubelet. The arguments here are passed to the kubelet command line via the environment file kubeadm writes at runtime for the kubelet to source. This overrides the generic base-level configuration in the kubelet-config-1.X ConfigMap Flags have higher priority when parsing. These values are local and specific to the node kubeadm is executing on.