忘尘
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
9 additions and
1 deletions
-
roles/kubernetes-apps/policy_controller/calico/templates/calico-kube-cr.yml.j2
|
|
@ -52,10 +52,16 @@ rules: |
|
|
|
# IPAM resources are manipulated when nodes are deleted. |
|
|
|
- apiGroups: ["crd.projectcalico.org"] |
|
|
|
resources: |
|
|
|
- ippools |
|
|
|
- ipreservations |
|
|
|
verbs: |
|
|
|
- list |
|
|
|
# Pools are watched to maintain a mapping of blocks to IP pools. |
|
|
|
- apiGroups: ["crd.projectcalico.org"] |
|
|
|
resources: |
|
|
|
- ippools |
|
|
|
verbs: |
|
|
|
- list |
|
|
|
- watch |
|
|
|
- apiGroups: ["crd.projectcalico.org"] |
|
|
|
resources: |
|
|
|
- blockaffinities |
|
|
@ -84,8 +90,10 @@ rules: |
|
|
|
- clusterinformations |
|
|
|
verbs: |
|
|
|
- get |
|
|
|
- list |
|
|
|
- create |
|
|
|
- update |
|
|
|
- watch |
|
|
|
# KubeControllersConfiguration is where it gets its config |
|
|
|
- apiGroups: ["crd.projectcalico.org"] |
|
|
|
resources: |
|
|
|