File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ The clusterctl CLI tool handles the lifecycle of a Cluster API management cluste
101
101
#### Install clusterctl binary with curl on linux
102
102
Download the latest release; on linux, type:
103
103
` ` `
104
- curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-amd64" version:"1.0 .x"}} -o clusterctl
104
+ curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-amd64" version:"1.1 .x"}} -o clusterctl
105
105
` ` `
106
106
Make the clusterctl binary executable.
107
107
` ` `
@@ -122,12 +122,12 @@ clusterctl version
122
122
#### Install clusterctl binary with curl on macOS
123
123
Download the latest release; on macOS, type:
124
124
` ` `
125
- curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-amd64" version:"1.0 .x"}} -o clusterctl
125
+ curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-amd64" version:"1.1 .x"}} -o clusterctl
126
126
` ` `
127
127
128
128
Or if your Mac has an M1 CPU (" Apple Silicon" ):
129
129
` ` `
130
- curl -L {{# releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-arm64" version:"1.0 .x"}} -o clusterctl
130
+ curl -L {{# releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-arm64" version:"1.1 .x"}} -o clusterctl
131
131
` ` `
132
132
133
133
Make the clusterctl binary executable.
You can’t perform that action at this time.
0 commit comments