mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-06 18:17:47 +03:00
fix kube-controller-manager config with openstack-cacert (#3435)
This commit is contained in:
committed by
k8s-ci-robot
parent
31d8fc086b
commit
36322901a6
@@ -267,6 +267,7 @@ openstack_lbaas_create_monitor: "yes"
|
||||
openstack_lbaas_monitor_delay: "1m"
|
||||
openstack_lbaas_monitor_timeout: "30s"
|
||||
openstack_lbaas_monitor_max_retries: "3"
|
||||
openstack_cacert: "{{ lookup('env','OS_CACERT') }}"
|
||||
|
||||
## List of authorization modes that must be configured for
|
||||
## the k8s cluster. Only 'AlwaysAllow', 'AlwaysDeny', 'Node' and
|
||||
|
||||
Reference in New Issue
Block a user