feat: added uninstall chapters
This commit is contained in:
parent
ec893463ee
commit
a017d35f33
1 changed files with 11 additions and 0 deletions
|
|
@ -61,6 +61,11 @@ 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
|
||||||
|
```shell
|
||||||
|
helm uninstall ingress-nginx -n ingress-nginx
|
||||||
|
```
|
||||||
|
|
||||||
## Traefik - Install and Configure (option 2)
|
## Traefik - Install and Configure (option 2)
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
@ -77,3 +82,9 @@ 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
|
||||||
|
|
||||||
|
```shell
|
||||||
|
helm uninstall traefik -n traefik-system
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue