From 9906576106c484653efb16021fffc2902509a6b0 Mon Sep 17 00:00:00 2001 From: vincentcui Date: Mon, 27 Jul 2020 20:34:10 +0800 Subject: [PATCH] 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 --- .../concepts/cluster-administration/cloud-providers.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/content/en/docs/concepts/cluster-administration/cloud-providers.md b/content/en/docs/concepts/cluster-administration/cloud-providers.md index 8526ac830e..19b4dd367a 100644 --- a/content/en/docs/concepts/cluster-administration/cloud-providers.md +++ b/content/en/docs/concepts/cluster-administration/cloud-providers.md @@ -251,11 +251,9 @@ file: values are `v1` or `v2`. Where no value is provided automatic detection will select the highest supported version exposed by the underlying OpenStack cloud. -* `use-octavia` (Optional): Used to determine whether to look for and use an - Octavia LBaaS V2 service catalog endpoint. Valid values are `true` or `false`. - Where `true` is specified and an Octaiva LBaaS V2 entry can not be found, the - provider will fall back and attempt to find a Neutron LBaaS V2 endpoint - instead. The default value is `false`. +* `use-octavia`(Optional): Whether or not to use Octavia for LoadBalancer type + of Service implementation instead of using Neutron-LBaaS. Default: true + Attention: Openstack CCM use Octavia as default load balancer implementation since v1.17.0 * `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 respective network to get its subnets.