File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ a target [management cluster] on the selected [infrastructure provider].
95
95
### Install clusterctl
96
96
The clusterctl CLI tool handles the lifecycle of a Cluster API management cluster.
97
97
98
- {{#tabs name:"install-clusterctl" tabs:"linux,macOS,homebrew"}}
98
+ {{#tabs name:"install-clusterctl" tabs:"linux,macOS,homebrew,Windows "}}
99
99
{{#tab linux}}
100
100
101
101
#### Install clusterctl binary with curl on linux
@@ -158,6 +158,23 @@ Test to ensure the version you installed is up-to-date:
158
158
clusterctl version
159
159
` ` `
160
160
161
+ {{# /tab }}
162
+ {{# tab windows}}
163
+
164
+ # ### Install clusterctl binary with curl on Windows using PowerShell
165
+ Go to the working directory where you want clusterctl downloaded.
166
+
167
+ Download the latest release; on Windows, type:
168
+ ` ` `
169
+ curl {{# releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-windows-amd64.exe" version:"1.1.x"}} -o clusterctl.exe
170
+ ` ` `
171
+ Append or prepend the path of that directory to the ` PATH` environment variable.
172
+
173
+ Test to ensure the version you installed is up-to-date:
174
+ ` ` `
175
+ clusterctl version
176
+ ` ` `
177
+
161
178
{{# /tab }}
162
179
{{# /tabs }}
163
180
You can’t perform that action at this time.
0 commit comments