Merge pull request #1299 from Nalum/patch-2

Formatting fix
This commit is contained in:
Prashanth B 2016-07-06 13:47:26 -07:00 committed by GitHub
commit ba964cdcda

View file

@ -1,6 +1,7 @@
This example shows how is possible to restrict access This example shows how is possible to restrict access
```
echo " echo "
apiVersion: extensions/v1beta1 apiVersion: extensions/v1beta1
kind: Ingress kind: Ingress
@ -18,7 +19,7 @@ spec:
serviceName: echoheaders serviceName: echoheaders
servicePort: 80 servicePort: 80
" | kubectl create -f - " | kubectl create -f -
```
Check the annotation is present in the Ingress rule: Check the annotation is present in the Ingress rule:
``` ```
@ -48,7 +49,7 @@ status:
loadBalancer: loadBalancer:
ingress: ingress:
- ip: 172.17.4.99 - ip: 172.17.4.99
`` ```
Finally test is not possible to access the URL Finally test is not possible to access the URL