Update index.md (#8616)
typo change.. I think... It didn't work for me without the " "
This commit is contained in:
parent
4a6d15a5a2
commit
d29a238350
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ Then create an ingress resource. The following example uses an host that maps to
|
||||||
|
|
||||||
```console
|
```console
|
||||||
kubectl create ingress demo-localhost --class=nginx \
|
kubectl create ingress demo-localhost --class=nginx \
|
||||||
--rule=demo.localdev.me/*=demo:80
|
--rule="demo.localdev.me/*=demo:80"
|
||||||
```
|
```
|
||||||
|
|
||||||
Now, forward a local port to the ingress controller:
|
Now, forward a local port to the ingress controller:
|
||||||
|
|
Loading…
Reference in a new issue