Skip to content

Commit

Permalink
3.5 release windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt307082 authored Jan 13, 2025
1 parent f513102 commit 7ba7128
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions opsdocs/docs/3.5/setup/uninstall_kubernetes_windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Download and extract the uninstall PowerShell script (Windows):

```PowerShell
$script = curl https://raw.githubusercontent.com/abcdesktopio/conf/main/kubernetes/uninstall-3.3.ps1
$script = curl https://raw.githubusercontent.com/abcdesktopio/conf/main/kubernetes/uninstall-3.5.ps1
Invoke-Expression $($script.Content)
```
Expand Down Expand Up @@ -58,13 +58,13 @@ service "openldap" deleted


```PowerShell
curl https://raw.githubusercontent.com/abcdesktopio/conf/main/kubernetes/uninstall-3.3.ps1 -OutFile uninstall-3.3.ps1
curl https://raw.githubusercontent.com/abcdesktopio/conf/main/kubernetes/uninstall-3.5.ps1 -OutFile uninstall-3.5.ps1
```

Run the `uninstall-3.3.ps1` command line with your own namespace
Run the `uninstall-3.5.ps1` command line with your own namespace

```PowerShell
.\uninstall-3.3.ps1 --namespace superdesktop
.\uninstall-3.5.ps1 --namespace superdesktop
```

You should read on stdout
Expand Down

0 comments on commit 7ba7128

Please sign in to comment.