airshipctl/manifests/function/cni/calico/v3.15/rbac/node-rolebinding.yaml
Sirajudeen 66a5dbd574 Added function to support deployment of calico CNI
* This function will be used by the k8scontrol and ephemeral to
  deploy calico via function.
* We will no longer apply the upstream version of calico.

Change-Id: I46ccae8e3fe9475cfad35d713a2faf7520f2a6a5
Relates-To: #302
2020-08-20 01:13:31 +00:00

13 lines
261 B
YAML

apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: calico-node
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: calico-node
subjects:
- kind: ServiceAccount
name: calico-node
namespace: kube-system