Browse Source

Enable RBAC with kubeadm always (#1711)

pull/1723/head
Matthew Mosesohn 7 years ago
committed by GitHub
parent
commit
a55675acf8
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/kubespray-defaults/defaults/main.yaml

2
roles/kubespray-defaults/defaults/main.yaml

@ -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.

Loading…
Cancel
Save