mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
Add OpenStack LBaaS support (#1506)
This commit is contained in:
committed by
Matthew Mosesohn
parent
1e07ee6cc4
commit
65a9772adf
@@ -115,6 +115,14 @@ k8s_image_pull_policy: IfNotPresent
|
||||
efk_enabled: false
|
||||
enable_network_policy: false
|
||||
|
||||
## When OpenStack is used, if LBaaSv2 is available you can enable it with the following variables.
|
||||
openstack_lbaas_enabled: false
|
||||
openstack_lbaas_subnet_id: "Neutron subnet ID (not network ID) to create LBaaS VIP"
|
||||
openstack_lbaas_create_monitor: "yes"
|
||||
openstack_lbaas_monitor_delay: false
|
||||
openstack_lbaas_monitor_timeout: false
|
||||
openstack_lbaas_monitor_max_retries: false
|
||||
|
||||
## List of authorization modes that must be configured for
|
||||
## the k8s cluster. Only 'AlwaysAllow','AlwaysDeny', and
|
||||
## 'RBAC' modes are tested.
|
||||
|
||||
Reference in New Issue
Block a user