From 1089f58dc32a69bcd80f2149036cae1a5786d934 Mon Sep 17 00:00:00 2001 From: Jack Dockerty Date: Tue, 11 Apr 2023 17:05:09 +0100 Subject: [PATCH] fix: double l typo in alpha rollout command --- docs/book/src/tasks/upgrading-clusters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/src/tasks/upgrading-clusters.md b/docs/book/src/tasks/upgrading-clusters.md index 67745ea9507f..00042bc379e5 100644 --- a/docs/book/src/tasks/upgrading-clusters.md +++ b/docs/book/src/tasks/upgrading-clusters.md @@ -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