Fix typo in octavia-ingress-controller doc

Change-Id: I53eaab312fa1b3b3f5689aa0147a028ecaeb52f1
This commit is contained in:
Lingxian Kong 2019-02-11 11:51:55 +13:00
parent 1cca9cc809
commit 87a743ad45
1 changed files with 3 additions and 3 deletions

View File

@ -1239,7 +1239,7 @@ your own Ingress resources.
_`ingress_controller`
This label sets the Ingress Controller to be used. Currently 'traefik' and
'octavia' are supported. The default is '', meaning no Ingress Controller
configured. For more details about octavia-ingress-controller please refer
is configured. For more details about octavia-ingress-controller please refer
to `cloud-provider-openstack document
<https://github.com/kubernetes/cloud-provider-openstack/blob/master/docs/using-octavia-ingress-controller.md>`_
@ -1252,10 +1252,10 @@ _`ingress_controller_role`
kubectl label node <node-name> role=ingress
This lable is not used for octavia-ingress-controller.
This label is not used for octavia-ingress-controller.
_`octavia_ingress_controller_tag`
The image tag for octavia-ingress-controller. Stain-default: 1.13.2-alpha
The image tag for octavia-ingress-controller. Stein-default: 1.13.2-alpha
DNS
---