|
|
@ -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
|
|
|
|
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
验证
|
|
|
|
验证
|
|
|
|