Skip to content

Commit 9906576

Browse files
committed
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: kubernetes/cloud-provider-openstack@994df0e
1 parent d199e9a commit 9906576

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

content/en/docs/concepts/cluster-administration/cloud-providers.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -251,11 +251,9 @@ file:
251251
values are `v1` or `v2`. Where no value is provided automatic detection will
252252
select the highest supported version exposed by the underlying OpenStack
253253
cloud.
254-
* `use-octavia` (Optional): Used to determine whether to look for and use an
255-
Octavia LBaaS V2 service catalog endpoint. Valid values are `true` or `false`.
256-
Where `true` is specified and an Octaiva LBaaS V2 entry can not be found, the
257-
provider will fall back and attempt to find a Neutron LBaaS V2 endpoint
258-
instead. The default value is `false`.
254+
* `use-octavia`(Optional): Whether or not to use Octavia for LoadBalancer type
255+
of Service implementation instead of using Neutron-LBaaS. Default: true
256+
Attention: Openstack CCM use Octavia as default load balancer implementation since v1.17.0
259257
* `subnet-id` (Optional): Used to specify the id of the subnet you want to
260258
create your loadbalancer on. Can be found at Network > Networks. Click on the
261259
respective network to get its subnets.

0 commit comments

Comments
 (0)