Skip to content

Commit d1caee8

Browse files
Small fixes
1 parent 21573a3 commit d1caee8

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

docs/book/src/tasks/experimental-features/runtime-sdk/implement-lifecycle-hooks.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ Following recommendations are especially relevant:
3535

3636
## Definitions
3737

38+
For additional details fo additional details about the OpenAPI spec of the lifecycle hooks, please download the [`runtime-sdk-openapi.yaml`]({{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api" asset:"runtime-sdk-openapi.yaml" version:"1.11.x"}})
39+
file and then open it from the [Swagger UI](https://editor.swagger.io/).
40+
3841
### BeforeClusterCreate
3942

4043
This hook is called after the Cluster object has been created by the user, immediately before all the objects which

docs/book/src/user/quick-start.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -171,17 +171,17 @@ If you are unsure you can determine your computers architecture by running `unam
171171
172172
Download for AMD64:
173173
```bash
174-
curl -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-amd64" version:"1.10.x"}} -o clusterctl
174+
curl -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-amd64" version:"1.11.x"}} -o clusterctl
175175
```
176176
177177
Download for ARM64:
178178
```bash
179-
curl -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-arm64" version:"1.10.x"}} -o clusterctl
179+
curl -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-arm64" version:"1.11.x"}} -o clusterctl
180180
```
181181
182182
Download for PPC64LE:
183183
```bash
184-
curl -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-ppc64le" version:"1.10.x"}} -o clusterctl
184+
curl -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-ppc64le" version:"1.11.x"}} -o clusterctl
185185
```
186186
187187
Install clusterctl:
@@ -201,12 +201,12 @@ If you are unsure you can determine your computers architecture by running `unam
201201
202202
Download for AMD64:
203203
```bash
204-
curl -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-amd64" version:"1.10.x"}} -o clusterctl
204+
curl -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-amd64" version:"1.11.x"}} -o clusterctl
205205
```
206206
207207
Download for M1 CPU ("Apple Silicon") / ARM64:
208208
```bash
209-
curl -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-arm64" version:"1.10.x"}} -o clusterctl
209+
curl -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-arm64" version:"1.11.x"}} -o clusterctl
210210
```
211211
212212
Make the clusterctl binary executable.
@@ -245,7 +245,7 @@ Go to the working directory where you want clusterctl downloaded.
245245
246246
Download the latest release; on Windows, type:
247247
```powershell
248-
curl.exe -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-windows-amd64.exe" version:"1.10.x"}} -o clusterctl.exe
248+
curl.exe -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-windows-amd64.exe" version:"1.11.x"}} -o clusterctl.exe
249249
```
250250
Append or prepend the path of that directory to the `PATH` environment variable.
251251

docs/proposals/20220414-lifecycle-hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ to avoid duplication.
134134
Note: Following change will be applied to the hooks with the ongoing work for [Chained and efficient upgrades](); the
135135
documentation in the book will be aligned as soon as the work completes:
136136

137-
#### BeforeClusterCreate (modified)
137+
#### BeforeClusterUpgrade (modified)
138138

139139
Request message will be extended with the info about the upgrade plane. e.g.
140140

0 commit comments

Comments
 (0)