Skip to content

Commit 6b65f9b

Browse files
committed
docs: describe the purpose of new flag
Signed-off-by: Ondrej Blazek <ondrej.blazek@firma.seznam.cz>
1 parent d1da7bc commit 6b65f9b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/openstack-cloud-controller-manager/using-openstack-cloud-controller-manager.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,9 @@ Although the openstack-cloud-controller-manager was initially implemented with N
327327
loadbalancer, then populate its listeners, pools and members. This is a compatibility option at the expense of
328328
increased load on the OpenStack API. Default: false
329329
330+
* `provider-requires-nodeports`
331+
This option is for cloud providers that do not require nodeport access for accessing nodes from their externalLBs. E.g. when using IPIP tunneling where k8s node IP is only used for filling the outer IP header (inner dstIP is the VIP itself). Default: true
332+
330333
NOTE:
331334
332335
* environment variable `OCCM_WAIT_LB_ACTIVE_STEPS` is used to provide steps of waiting loadbalancer to be ready. Current default wait steps is 23 and setup the environment variable overrides default value. Refer to [Backoff.Steps](https://pkg.go.dev/k8s.io/apimachinery/pkg/util/wait#Backoff) for further information.

0 commit comments

Comments
 (0)