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
101101#### Install clusterctl binary with curl on linux
102102Download the latest release; on linux, type:
103103` ` `
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
105105` ` `
106106Make the clusterctl binary executable.
107107` ` `
@@ -122,12 +122,12 @@ clusterctl version
122122#### Install clusterctl binary with curl on macOS
123123Download the latest release; on macOS, type:
124124` ` `
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
126126` ` `
127127
128128Or if your Mac has an M1 CPU (" Apple Silicon" ):
129129` ` `
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
131131` ` `
132132
133133Make the clusterctl binary executable.
You can’t perform that action at this time.
0 commit comments