Skip to content

Commit a235dc4

Browse files
authored
[occm] update doc to fix typos and better description router-id (kubernetes#2479)
1 parent 637a3d4 commit a235dc4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/openstack-cloud-controller-manager/using-openstack-cloud-controller-manager.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,12 @@ The options in `Global` section are used for openstack-cloud-controller-manager
173173
For example, this option can be useful when having multiple or dual-stack interfaces attached to a node and needing a user-controlled, deterministic way of sorting the addresses.
174174
Default: ""
175175
176-
### Router
176+
### Route
177177
178178
* `router-id`
179-
Specifies the Neutron router ID to manage Kubernetes cluster routes, e.g. for load balancers or compute instances that are not part of the Kubernetes cluster.
179+
Specifies the Neutron router ID to activate [route controller](https://kubernetes.io/docs/concepts/architecture/cloud-controller/#route-controller) to manage Kubernetes cluster routes.
180+
181+
**NOTE: This require openstack-cloud-controller-manager's `--cluster-cidr` flag to be set.**
180182
181183
### Load Balancer
182184

0 commit comments

Comments
 (0)