卸载 Ingress Controller

This commit is contained in:
huanqing.shao
2019-08-27 20:00:59 +08:00
parent 26ccf32902
commit 4e11994d90

View File

@ -14,7 +14,7 @@ description: Kubernetes 最新稳定版 v1.15.3 的快速安装文档。该文
* **持续不断地更新和完善**
* 始终有最新的 Kubernetes 稳定版安装文档,当前版本 v1.15.3
* 当前已更新了 <font color="red"> 40</font> [查看更新历史](https://github.com/eip-work/kuboard-press/commits/master/install/install-k8s.md)
* 当前已更新了 <font color="red"> 41</font> [查看更新历史](https://github.com/eip-work/kuboard-press/commits/master/install/install-k8s.md)
![image-20190806070341727](./install-k8s.assets/image-20190806070341727.png)
@ -274,7 +274,7 @@ kubectl delete node demo-worker-x-x
:::: tabs type:border-card
::: tab 快速安装 lazy
::: tab 安装IngressController lazy
**在 master 节点上执行**
@ -285,6 +285,19 @@ kubectl apply -f https://kuboard.cn/install-script/v1.15.3/nginx-ingress.yaml
:::
::: tab 卸载IngressController lazy
**在 master 节点上执行**
只在您想选择其他 Ingress Controller 的情况下卸载
``` sh
# 只在 master 节点执行
kubectl delete -f https://kuboard.cn/install-script/v1.15.3/nginx-ingress.yaml
```
:::
::: tab YAML文件 lazy
<<< @/.vuepress/public/install-script/v1.15.3/nginx-ingress.yaml