diff --git a/REVIEWING.md b/REVIEWING.md index b969cf212599..f0f0243c82d1 100644 --- a/REVIEWING.md +++ b/REVIEWING.md @@ -119,5 +119,5 @@ This makes any change that can impact the Cluster API contract critical and usua ### Logging -- For CAPI controllers see [Kuberentes logging conventions](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-instrumentation/logging.md). +- For CAPI controllers see [Kubernetes logging conventions](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-instrumentation/logging.md). - For clusterctl see [clusterctl logging conventions](https://github.com/kubernetes-sigs/cluster-api/blob/master/cmd/clusterctl/log/doc.go). \ No newline at end of file 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 f798db426f34..4b3edee2d585 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.kuberentesVersion' + plane. NB: This value defaults to the Machine object spec.kubernetesVersion' 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.kuberentesVersion' + plane. NB: This value defaults to the Machine object spec.kubernetesVersion' 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 97f852ee0666..85bcd4a74a5d 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.kuberentesVersion' + Machine object spec.kubernetesVersion' 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.kuberentesVersion' + Machine object spec.kubernetesVersion' 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 da07f81afe83..5ff37940e701 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.kuberentesVersion + // NB: This value defaults to the Machine object spec.kubernetesVersion // +optional KubernetesVersion string `json:"kubernetesVersion,omitempty"` diff --git a/controllers/external/util.go b/controllers/external/util.go index 4faa5b1866f8..1f99fc347ccc 100644 --- a/controllers/external/util.go +++ b/controllers/external/util.go @@ -58,7 +58,7 @@ type CloneTemplateInput struct { // +required TemplateRef *corev1.ObjectReference - // Namespace is the Kuberentes namespace the cloned object should be created into. + // Namespace is the Kubernetes namespace the cloned object should be created into. // +required Namespace string @@ -112,7 +112,7 @@ type GenerateTemplateInput struct { // +required TemplateRef *corev1.ObjectReference - // Namespace is the Kuberentes namespace the cloned object should be created into. + // Namespace is the Kubernetes namespace the cloned object should be created into. // +required Namespace string 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 e75356fc7143..a01b7541f44a 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.kuberentesVersion' + spec.kubernetesVersion' type: string networking: description: 'Networking holds configuration for the networking