Skip to content
Snippets Groups Projects
Unverified Commit 5c4cfb54 authored by Spencer Smith's avatar Spencer Smith Committed by GitHub
Browse files

Merge pull request #2444 from chadswen/system-node-crb-name

Prefix system:node CRB
parents 5007a69e b0ab92c9
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
- name: Apply workaround to allow all nodes with cert O=system:nodes to register
kube:
name: "system:node"
name: "kubespray:system:node"
kubectl: "{{bin_dir}}/kubectl"
resource: "clusterrolebinding"
filename: "{{ kube_config_dir }}/node-crb.yml"
......
......@@ -6,7 +6,7 @@ metadata:
rbac.authorization.kubernetes.io/autoupdate: "true"
labels:
kubernetes.io/bootstrapping: rbac-defaults
name: system:node
name: kubespray:system:node
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment