Skip to content

Commit 85b039e

Browse files
authored
Merge pull request #8510 from jdockerty/docs/clusterctl-rollout-typo
📖 docs: fix clusterctl alpha rollout typo
2 parents b2ad0f5 + f0958fd commit 85b039e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/tasks/upgrading-clusters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The rollout can be triggered by running the following command:
6363

6464
```shell
6565
# Trigger a KubeadmControlPlane rollout.
66-
clusterctl alpha rollout restart kubeadmcontrollplane/my-kcp
66+
clusterctl alpha rollout restart kubeadmcontrolplane/my-kcp
6767

6868
# Trigger a MachineDeployment rollout.
6969
clusterctl alpha rollout restart machinedeployment/my-md-0

0 commit comments

Comments
 (0)