Enable RBAC with kubeadm always (#1711)

This commit is contained in:
Matthew Mosesohn
2017-09-29 09:18:24 +01:00
committed by GitHub
parent 25dd3d476a
commit a55675acf8

View File

@ -146,7 +146,7 @@ openstack_lbaas_enabled: false
## the k8s cluster. Only 'AlwaysAllow','AlwaysDeny', and
## 'RBAC' modes are tested.
authorization_modes: []
rbac_enabled: "{{ 'RBAC' in authorization_modes }}"
rbac_enabled: "{{ 'RBAC' in authorization_modes or kubeadm_enabled }}"
## List of key=value pairs that describe feature gates for
## the k8s cluster.