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.