diff --git a/README.md b/README.md index 21873e1..e29b5e6 100644 --- a/README.md +++ b/README.md @@ -160,9 +160,15 @@ Win: %UserProfile%\.kube\config #### 安装 Ingress +源地址安装说明 +``` +- 若安装脚本无法安装,可以跳转到该地址查看最新操作 +https://github.com/kubernetes/ingress-nginx/blob/master/docs/deploy/index.md +``` + +安装 ```shell -kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/mandatory.yaml -kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/provider/cloud-generic.yaml +kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-0.32.0/deploy/static/provider/cloud/deploy.yaml ``` 验证