Skip to content

Commit

Permalink
updation on uninstallation of kubectl on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
SpringWiz11 authored May 25, 2023
1 parent 188f42a commit aaa58ad
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions content/en/docs/tasks/tools/install-kubectl-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,20 @@ Below are the procedures to set up autocompletion for PowerShell.
```powershell
del kubectl-convert.exe kubectl-convert.exe.sha256
```

### Uninstalling kubectl on windows:
{{< tabs name="kubectl_win_uninstall" >}}
{{% tab name="choco" %}}
```powershell
choco uninstall kubernetes-cli
```
Generally, the packages installed using chocolatey are downloaded into the ```C:\ProgramData\chocolatey\lib```.
{{% /tab %}}
{{% tab name="scoop" %}}
```powershell
scoop uninstall kubectl
```
{{< /tabs >}}

## {{% heading "whatsnext" %}}

Expand Down

0 comments on commit aaa58ad

Please sign in to comment.