mirror of https://github.com/easzlab/kubeasz.git
65 lines
1.1 KiB
Plaintext
65 lines
1.1 KiB
Plaintext
|
# Calico Version v2.6.5
|
||
|
# https://docs.projectcalico.org/v2.6/releases#v2.6.5
|
||
|
|
||
|
---
|
||
|
|
||
|
kind: ClusterRole
|
||
|
apiVersion: rbac.authorization.k8s.io/v1
|
||
|
metadata:
|
||
|
name: calico-kube-controllers
|
||
|
rules:
|
||
|
- apiGroups:
|
||
|
- ""
|
||
|
- extensions
|
||
|
resources:
|
||
|
- pods
|
||
|
- namespaces
|
||
|
- networkpolicies
|
||
|
- nodes
|
||
|
verbs:
|
||
|
- watch
|
||
|
- list
|
||
|
---
|
||
|
kind: ClusterRoleBinding
|
||
|
apiVersion: rbac.authorization.k8s.io/v1
|
||
|
metadata:
|
||
|
name: calico-kube-controllers
|
||
|
roleRef:
|
||
|
apiGroup: rbac.authorization.k8s.io
|
||
|
kind: ClusterRole
|
||
|
name: calico-kube-controllers
|
||
|
subjects:
|
||
|
- kind: ServiceAccount
|
||
|
name: calico-kube-controllers
|
||
|
namespace: kube-system
|
||
|
|
||
|
---
|
||
|
|
||
|
kind: ClusterRole
|
||
|
apiVersion: rbac.authorization.k8s.io/v1
|
||
|
metadata:
|
||
|
name: calico-node
|
||
|
rules:
|
||
|
- apiGroups: [""]
|
||
|
resources:
|
||
|
- pods
|
||
|
- nodes
|
||
|
verbs:
|
||
|
- get
|
||
|
|
||
|
---
|
||
|
|
||
|
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
|
||
|
|