diff --git a/README_en.md b/README_en.md index b8a15e1..f949a26 100644 --- a/README_en.md +++ b/README_en.md @@ -242,6 +242,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/