feat: improved uninstall sections
This commit is contained in:
parent
a017d35f33
commit
759d97375b
1 changed files with 9 additions and 2 deletions
|
|
@ -43,6 +43,12 @@ spec:
|
||||||
EOF
|
EOF
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Uninstall MetalLB
|
||||||
|
|
||||||
|
```shell
|
||||||
|
helm uninstall metallb -n metallb-system
|
||||||
|
```
|
||||||
|
|
||||||
## NGINX - Install and Configure (option 1)
|
## NGINX - Install and Configure (option 1)
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
@ -61,7 +67,8 @@ helm install ingress-nginx ingress-nginx/ingress-nginx \
|
||||||
--set controller.nodeSelector."node-role\.kubernetes\.io/worker"=""
|
--set controller.nodeSelector."node-role\.kubernetes\.io/worker"=""
|
||||||
```
|
```
|
||||||
|
|
||||||
### Uninstall
|
### Uninstall NGINX
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
helm uninstall ingress-nginx -n ingress-nginx
|
helm uninstall ingress-nginx -n ingress-nginx
|
||||||
```
|
```
|
||||||
|
|
@ -83,7 +90,7 @@ EOF
|
||||||
helm install traefik traefik/traefik -n traefik-system --create-namespace -f traefik-values.yaml
|
helm install traefik traefik/traefik -n traefik-system --create-namespace -f traefik-values.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
### Uninstall
|
### Uninstall Traefik
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
helm uninstall traefik -n traefik-system
|
helm uninstall traefik -n traefik-system
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue