
* 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
13 lines
261 B
YAML
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
|