diff options
Diffstat (limited to 'xci/installer/osh/playbooks/roles/prepare-opnfvhost-osh/tasks/main.yml')
-rw-r--r-- | xci/installer/osh/playbooks/roles/prepare-opnfvhost-osh/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xci/installer/osh/playbooks/roles/prepare-opnfvhost-osh/tasks/main.yml b/xci/installer/osh/playbooks/roles/prepare-opnfvhost-osh/tasks/main.yml index 7e2a52ab..b31dc706 100644 --- a/xci/installer/osh/playbooks/roles/prepare-opnfvhost-osh/tasks/main.yml +++ b/xci/installer/osh/playbooks/roles/prepare-opnfvhost-osh/tasks/main.yml @@ -1,3 +1,4 @@ +--- - name: Set kubernetes service account permissions command: "kubectl create clusterrolebinding add-on-cluster-admin --clusterrole=cluster-admin --serviceaccount=kube-system:default" changed_when: false |