Merge pull request #225 from Bluesbreaker45/master

Add a local way to delete ingress
v1.25.9
Li Yi 2 years ago committed by GitHub
commit 1c4820be53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -252,6 +252,12 @@ kubectl delete -f sample/ingress.yaml
kubectl delete -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.2.0/deploy/static/provider/cloud/deploy.yaml
```
```shell
kubectl delete -f ingress-nginx-controller.yaml
```
### 安装 Helm
可以根据文档安装 helm v3 https://helm.sh/docs/intro/install/

@ -243,6 +243,12 @@ kubectl delete -f sample/ingress.yaml
kubectl delete -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.2.0/deploy/static/provider/cloud/deploy.yaml
```
Or
```shell
kubectl delete -f ingress-nginx-controller.yaml
```
### Install Helm
Install helm following the instruction on https://helm.sh/docs/intro/install/

Loading…
Cancel
Save