diff --git a/bootstrap/kubeadm/config/crd/bases/bootstrap.cluster.x-k8s.io_kubeadmconfigs.yaml b/bootstrap/kubeadm/config/crd/bases/bootstrap.cluster.x-k8s.io_kubeadmconfigs.yaml index 4b3edee2d585..8f3efbe58dd3 100644 --- a/bootstrap/kubeadm/config/crd/bases/bootstrap.cluster.x-k8s.io_kubeadmconfigs.yaml +++ b/bootstrap/kubeadm/config/crd/bases/bootstrap.cluster.x-k8s.io_kubeadmconfigs.yaml @@ -282,7 +282,7 @@ spec: type: string kubernetesVersion: description: 'KubernetesVersion is the target version of the control - plane. NB: This value defaults to the Machine object spec.kubernetesVersion' + plane. NB: This value defaults to the Machine object spec.Version' type: string networking: description: 'Networking holds configuration for the networking @@ -1088,7 +1088,7 @@ spec: type: string kubernetesVersion: description: 'KubernetesVersion is the target version of the control - plane. NB: This value defaults to the Machine object spec.kubernetesVersion' + plane. NB: This value defaults to the Machine object spec.Version' type: string networking: description: 'Networking holds configuration for the networking diff --git a/bootstrap/kubeadm/config/crd/bases/bootstrap.cluster.x-k8s.io_kubeadmconfigtemplates.yaml b/bootstrap/kubeadm/config/crd/bases/bootstrap.cluster.x-k8s.io_kubeadmconfigtemplates.yaml index 85bcd4a74a5d..3343254897a6 100644 --- a/bootstrap/kubeadm/config/crd/bases/bootstrap.cluster.x-k8s.io_kubeadmconfigtemplates.yaml +++ b/bootstrap/kubeadm/config/crd/bases/bootstrap.cluster.x-k8s.io_kubeadmconfigtemplates.yaml @@ -303,7 +303,7 @@ spec: kubernetesVersion: description: 'KubernetesVersion is the target version of the control plane. NB: This value defaults to the - Machine object spec.kubernetesVersion' + Machine object spec.Version' type: string networking: description: 'Networking holds configuration for the networking @@ -1141,7 +1141,7 @@ spec: kubernetesVersion: description: 'KubernetesVersion is the target version of the control plane. NB: This value defaults to the - Machine object spec.kubernetesVersion' + Machine object spec.Version' type: string networking: description: 'Networking holds configuration for the networking diff --git a/bootstrap/kubeadm/types/v1beta1/types.go b/bootstrap/kubeadm/types/v1beta1/types.go index 5ff37940e701..9a28f2ff1077 100644 --- a/bootstrap/kubeadm/types/v1beta1/types.go +++ b/bootstrap/kubeadm/types/v1beta1/types.go @@ -64,7 +64,7 @@ type ClusterConfiguration struct { Networking Networking `json:"networking,omitempty"` // KubernetesVersion is the target version of the control plane. - // NB: This value defaults to the Machine object spec.kubernetesVersion + // NB: This value defaults to the Machine object spec.Version // +optional KubernetesVersion string `json:"kubernetesVersion,omitempty"`