update default config for Openstack Cloud Controller Manager since v1.17.0 version release

Refer: https://github.com/kubernetes/cloud-provider-openstack/releases/tag/v1.18.0
Refer: https://github.com/kubernetes/cloud-provider-openstack/commit/994df0e7069c54a169e7fbf71c72898ca3cae696
This commit is contained in:
vincentcui
2020-07-27 20:34:10 +08:00
parent d199e9aef4
commit 9906576106
@@ -251,11 +251,9 @@ file:
values are `v1` or `v2`. Where no value is provided automatic detection will values are `v1` or `v2`. Where no value is provided automatic detection will
select the highest supported version exposed by the underlying OpenStack select the highest supported version exposed by the underlying OpenStack
cloud. cloud.
* `use-octavia` (Optional): Used to determine whether to look for and use an * `use-octavia`(Optional): Whether or not to use Octavia for LoadBalancer type
Octavia LBaaS V2 service catalog endpoint. Valid values are `true` or `false`. of Service implementation instead of using Neutron-LBaaS. Default: true
Where `true` is specified and an Octaiva LBaaS V2 entry can not be found, the Attention: Openstack CCM use Octavia as default load balancer implementation since v1.17.0
provider will fall back and attempt to find a Neutron LBaaS V2 endpoint
instead. The default value is `false`.
* `subnet-id` (Optional): Used to specify the id of the subnet you want to * `subnet-id` (Optional): Used to specify the id of the subnet you want to
create your loadbalancer on. Can be found at Network > Networks. Click on the create your loadbalancer on. Can be found at Network > Networks. Click on the
respective network to get its subnets. respective network to get its subnets.