Skip to content

Commit

Permalink
Merge pull request #8510 from jdockerty/docs/clusterctl-rollout-typo
Browse files Browse the repository at this point in the history
📖 docs: fix clusterctl alpha rollout typo
  • Loading branch information
k8s-ci-robot authored Apr 11, 2023
2 parents b2ad0f5 + f0958fd commit 85b039e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/tasks/upgrading-clusters.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The rollout can be triggered by running the following command:

```shell
# Trigger a KubeadmControlPlane rollout.
clusterctl alpha rollout restart kubeadmcontrollplane/my-kcp
clusterctl alpha rollout restart kubeadmcontrolplane/my-kcp

# Trigger a MachineDeployment rollout.
clusterctl alpha rollout restart machinedeployment/my-md-0
Expand Down

0 comments on commit 85b039e

Please sign in to comment.