From f4dc7c942b91d9a303bd9b9ac097cd108f7eac4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dulko?= Date: Wed, 13 Mar 2024 10:09:51 +0100 Subject: [PATCH] Improve OpenStack CCM config reference for dual-stack --- modules/cluster-cloud-controller-config-osp.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/cluster-cloud-controller-config-osp.adoc b/modules/cluster-cloud-controller-config-osp.adoc index 70c01e03016a..36fff4ed70b4 100644 --- a/modules/cluster-cloud-controller-config-osp.adoc +++ b/modules/cluster-cloud-controller-config-osp.adoc @@ -154,7 +154,7 @@ For the Amphora provider, if using the `LEAST_CONNECTIONS` or `SOURCE_IP` method | Optional. The load balancer API version. Only `"v2"` is supported. | `subnet-id` -| The ID of the Networking service subnet on which load balancer VIPs are created. +| The ID of the Networking service subnet on which load balancer VIPs are created. For dual stack deployments, leave this option unset. The OpenStack cloud provider automatically selects which subnet to use for a load balancer. // This ID is also used to create pool members if `member-subnet-id` is not set. @@ -162,7 +162,7 @@ For the Amphora provider, if using the `LEAST_CONNECTIONS` or `SOURCE_IP` method // | ID of the Neutron network on which to create the members of the load balancer. The load balancer gets another network port on this subnet. Defaults to `subnet-id` if not set. | `network-id` -| The ID of the Networking service network on which load balancer VIPs are created. Unnecessary if `subnet-id` is set. +| The ID of the Networking service network on which load balancer VIPs are created. Unnecessary if `subnet-id` is set. If this property is not set, the network is automatically selected based on the network that cluster nodes use. // | `manage-security-groups` // | If the Neutron security groups should be managed separately. Default: false @@ -321,4 +321,4 @@ CCM searches for the file in the following places: | `cloud` | The named cloud in the `clouds.yaml` file that you want to use. It is used if the `use-clouds` option is set to `true`. -|=== \ No newline at end of file +|===