Merge pull request #4748 from argeas/update-static-ip-docs
Update documentation for static ip example
This commit is contained in:
commit
d4355b56aa
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ From here on every Ingress created with the `ingress.class` annotation set to
|
||||||
$ kubectl create -f nginx-ingress.yaml
|
$ kubectl create -f nginx-ingress.yaml
|
||||||
ingress "nginx-ingress" created
|
ingress "nginx-ingress" created
|
||||||
|
|
||||||
$ kubectl get ing nginx-ingress
|
$ kubectl get ing ingress-nginx
|
||||||
NAME HOSTS ADDRESS PORTS AGE
|
NAME HOSTS ADDRESS PORTS AGE
|
||||||
nginx-ingress * 104.154.109.191 80, 443 13m
|
nginx-ingress * 104.154.109.191 80, 443 13m
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
apiVersion: extensions/v1beta1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: nginx-ingress-controller
|
name: nginx-ingress-controller
|
||||||
|
|
Loading…
Reference in a new issue