fix install igress ->status code 404

pull/89/head
peng 5 years ago
parent 811405fc94
commit c6ace6ed40

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

Loading…
Cancel
Save