The correct name is [Route] and not [Router]
Check commit 0b57371ffab5b32dc991ff5fe60c3d58f7c2f9cc You will see that the correct name is [Route] You can see it also here https://github.com/kubernetes/kubernetes/blob/master/pkg/cloudprovider/providers/openstack/openstack.go#L137pull/6257/head
parent
b0ef8cf848
commit
faef51ed47
|
@ -210,7 +210,7 @@ bs-version=v2
|
|||
|
||||
#### Router
|
||||
These configuration options for the OpenStack provider pertain to routing and
|
||||
should appear in the `[Router]` section of the `cloud.conf` file:
|
||||
should appear in the `[Route]` section of the `cloud.conf` file:
|
||||
|
||||
* `router-id` (Optional): If the underlying cloud's Neutron deployment supports
|
||||
the `extraroutes` extension then use `router-id` to specify a router to add
|
||||
|
|
Loading…
Reference in New Issue