Skip to content

Commit 5fea047

Browse files
authored
Merge pull request #6177 from VibhorChinda/Vibhor
📖 Docs: Installing clusterctl on windows section added
2 parents 3f434e1 + 312df2e commit 5fea047

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

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

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ a target [management cluster] on the selected [infrastructure provider].
9595
### Install clusterctl
9696
The clusterctl CLI tool handles the lifecycle of a Cluster API management cluster.
9797
98-
{{#tabs name:"install-clusterctl" tabs:"linux,macOS,homebrew"}}
98+
{{#tabs name:"install-clusterctl" tabs:"linux,macOS,homebrew,Windows"}}
9999
{{#tab linux}}
100100
101101
#### Install clusterctl binary with curl on linux
@@ -158,6 +158,23 @@ Test to ensure the version you installed is up-to-date:
158158
clusterctl version
159159
```
160160
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+
161178
{{#/tab }}
162179
{{#/tabs }}
163180

0 commit comments

Comments
 (0)