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..e4c353d5a99c 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..cda86e295cdb 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..897f3866957f 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"` diff --git a/controlplane/kubeadm/config/crd/bases/controlplane.cluster.x-k8s.io_kubeadmcontrolplanes.yaml b/controlplane/kubeadm/config/crd/bases/controlplane.cluster.x-k8s.io_kubeadmcontrolplanes.yaml index a01b7541f44a..6bd128ba3887 100644 --- a/controlplane/kubeadm/config/crd/bases/controlplane.cluster.x-k8s.io_kubeadmcontrolplanes.yaml +++ b/controlplane/kubeadm/config/crd/bases/controlplane.cluster.x-k8s.io_kubeadmcontrolplanes.yaml @@ -358,7 +358,7 @@ spec: kubernetesVersion: description: 'KubernetesVersion is the target version of the control plane. NB: This value defaults to the Machine object - spec.kubernetesVersion' + spec.version' type: string networking: description: 'Networking holds configuration for the networking