From 1a984e544b24826febd9da73fc2db4346a7f261d Mon Sep 17 00:00:00 2001 From: "bo.jiang" Date: Fri, 30 Aug 2024 16:48:57 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20Fix=20typos=20in=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: bo.jiang --- docs/book/src/clusterctl/commands/alpha-topology-plan.md | 2 +- docs/book/src/clusterctl/commands/upgrade.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/book/src/clusterctl/commands/alpha-topology-plan.md b/docs/book/src/clusterctl/commands/alpha-topology-plan.md index f912ad9285d2..0f7d3ba4ce7d 100644 --- a/docs/book/src/clusterctl/commands/alpha-topology-plan.md +++ b/docs/book/src/clusterctl/commands/alpha-topology-plan.md @@ -39,7 +39,7 @@ to support use cases where other controllers are co-authoring the same objects, in a dry-run scenario. As a consequence Dry-Run can give some false positives/false negatives when trying to have a preview of -changes to a set of existing topology owned objects. In other worlds this limitation impacts all the use cases described +changes to a set of existing topology owned objects. In other words this limitation impacts all the use cases described below except for "Designing a new ClusterClass". More specifically: diff --git a/docs/book/src/clusterctl/commands/upgrade.md b/docs/book/src/clusterctl/commands/upgrade.md index 13d2d6f7afbc..9d53d98c4ae7 100644 --- a/docs/book/src/clusterctl/commands/upgrade.md +++ b/docs/book/src/clusterctl/commands/upgrade.md @@ -131,7 +131,7 @@ In this case, all the provider's versions must be explicitly stated. Use `clusterctl` CLI options to target the [desired version](https://github.com/kubernetes-sigs/cluster-api/releases). -The following shows an example of upgrading `bootrap`, `kubeadm` and `core` components to version `v1.6.0-rc.1`: +The following shows an example of upgrading `bootstrap`, `kubeadm` and `core` components to version `v1.6.0-rc.1`: ```bash TARGET_VERSION=v1.6.0-rc.1 @@ -148,7 +148,7 @@ clusterctl upgrade apply \

Deploying nightly release images

-Cluster API publishes nightly versions of the project components' manifests from the `main` branch to a Google storage bucket for user consumption. The syntax for the URL is: `https://storage.googleapis.com/k8s-staging-cluster-api/components/nightly_main_/-components.yaml`. +Cluster API publishes nightly versions of the project components' manifests from the `main` branch to a Google storage bucket for user consumption. The syntax for the URL is: `https://storage.googleapis.com/k8s-staging-cluster-api/components/nightly_main_/-components.yaml`. Please note that these files are deleted after a certain period, at the time of this writing 60 days after file creation.