Skip to content

Commit e9b9512

Browse files
committed
Fix typo in control-plane-flags
`ClusteConfiguration` should be `ClusterConfiguration`
1 parent 2cbfbd0 commit e9b9512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/setup/production-environment/tools/kubeadm/control-plane-flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ weight: 40
99
<!-- overview -->
1010

1111
This page covers how to customize the components that kubeadm deploys. For control plane components
12-
you can use flags in the `ClusteConfiguration` structure or patches per-node. For the kubelet
12+
you can use flags in the `ClusterConfiguration` structure or patches per-node. For the kubelet
1313
and kube-proxy you can use `KubeletConfiguration` and `KubeProxyConfiguration`, accordingly.
1414

1515
All of these options are possible via the kubeadm configuration API.

0 commit comments

Comments
 (0)