File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,8 @@ There are several installation options:
106106 - Arch Linux
107107 - Homebrew
108108 - Manual installation
109+ - Windows
110+ - Chocolatey
109111
110112### Kubectl Plugins (macOS and Linux)
111113
@@ -158,16 +160,13 @@ Available as official Arch Linux package. Install it via:
158160sudo pacman -S kubectx
159161```
160162
161- #### Homebrew
162-
163- :confetti_ball : If you use [ Homebrew] ( https://brew.sh/ ) you can install like this:
164-
165- brew install kubectx
163+ #### Chocolatey
164+ Available as packages on [ Chocolatey] ( https://chocolatey.org/why-chocolatey )
166165
167- This command will set up bash/zsh/fish completion scripts automatically.
166+ ``` pwsh
167+ choco install kubens kubectx
168+ ```
168169
169- - If you like to add context/namespace info to your shell prompt (` $PS1 ` ),
170- I recommend trying out [ kube-ps1] ( https://github.com/jonmosco/kube-ps1 ) .
171170
172171#### Manual
173172
You can’t perform that action at this time.
0 commit comments