Skip to content

Commit 11dd018

Browse files
authored
Merge pull request #11118 from ErikJiang/upd_doc_typos
📖 Fix typos in clusterctl doc
2 parents be86b82 + 1a984e5 commit 11dd018

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/book/src/clusterctl/commands/alpha-topology-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ to support use cases where other controllers are co-authoring the same objects,
3939
in a dry-run scenario.
4040

4141
As a consequence Dry-Run can give some false positives/false negatives when trying to have a preview of
42-
changes to a set of existing topology owned objects. In other worlds this limitation impacts all the use cases described
42+
changes to a set of existing topology owned objects. In other words this limitation impacts all the use cases described
4343
below except for "Designing a new ClusterClass".
4444

4545
More specifically:

docs/book/src/clusterctl/commands/upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ In this case, all the provider's versions must be explicitly stated.
131131

132132
Use `clusterctl` CLI options to target the [desired version](https://github.com/kubernetes-sigs/cluster-api/releases).
133133

134-
The following shows an example of upgrading `bootrap`, `kubeadm` and `core` components to version `v1.6.0-rc.1`:
134+
The following shows an example of upgrading `bootstrap`, `kubeadm` and `core` components to version `v1.6.0-rc.1`:
135135

136136
```bash
137137
TARGET_VERSION=v1.6.0-rc.1
@@ -148,7 +148,7 @@ clusterctl upgrade apply \
148148

149149
<h1> Deploying nightly release images </h1>
150150

151-
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_<YYYYMMDD>/<COMPENENT_NAME>-components.yaml`.
151+
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_<YYYYMMDD>/<COMPONENT_NAME>-components.yaml`.
152152

153153
Please note that these files are deleted after a certain period, at the time of this writing 60 days after file creation.
154154

0 commit comments

Comments
 (0)