Update to version 3.20.1
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0030f3ac0e
commit
e48fabc946
32 changed files with 31 additions and 25 deletions
61
templates/calicoctl-ClusterRole.yaml
Normal file
61
templates/calicoctl-ClusterRole.yaml
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
|
||||
kind: ClusterRole
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
metadata:
|
||||
name: calicoctl
|
||||
rules:
|
||||
- apiGroups: [""]
|
||||
resources:
|
||||
- namespaces
|
||||
- nodes
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
- update
|
||||
- apiGroups: [""]
|
||||
resources:
|
||||
- nodes/status
|
||||
verbs:
|
||||
- update
|
||||
- apiGroups: [""]
|
||||
resources:
|
||||
- pods
|
||||
- serviceaccounts
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
- apiGroups: [""]
|
||||
resources:
|
||||
- pods/status
|
||||
verbs:
|
||||
- update
|
||||
- apiGroups: ["crd.projectcalico.org"]
|
||||
resources:
|
||||
- bgppeers
|
||||
- bgpconfigurations
|
||||
- clusterinformations
|
||||
- felixconfigurations
|
||||
- globalnetworkpolicies
|
||||
- globalnetworksets
|
||||
- ippools
|
||||
- kubecontrollersconfigurations
|
||||
- networkpolicies
|
||||
- networksets
|
||||
- hostendpoints
|
||||
- ipamblocks
|
||||
- blockaffinities
|
||||
- ipamhandles
|
||||
- ipamconfigs
|
||||
verbs:
|
||||
- create
|
||||
- get
|
||||
- list
|
||||
- update
|
||||
- delete
|
||||
- apiGroups: ["networking.k8s.io"]
|
||||
resources:
|
||||
- networkpolicies
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue