Emilien M
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
docs/cloud_controllers/openstack.md
|
|
@ -76,9 +76,9 @@ The cloud provider is configured to have Octavia by default in Kubespray. |
|
|
|
external_openstack_lbaas_network_id: "Neutron network ID to create LBaaS VIP" |
|
|
|
external_openstack_lbaas_manage_security_groups: false |
|
|
|
external_openstack_lbaas_create_monitor: false |
|
|
|
external_openstack_lbaas_monitor_delay: 5 |
|
|
|
external_openstack_lbaas_monitor_delay: 5s |
|
|
|
external_openstack_lbaas_monitor_max_retries: 1 |
|
|
|
external_openstack_lbaas_monitor_timeout: 3 |
|
|
|
external_openstack_lbaas_monitor_timeout: 3s |
|
|
|
external_openstack_lbaas_internal_lb: false |
|
|
|
|
|
|
|
``` |
|
|
|