Calico: 3.20.0 policy update to allow access to endpointslices (#7899)

This commit is contained in:
Cristian Calin 2021-08-25 22:06:01 +03:00 committed by GitHub
parent 71af4b4a85
commit 1c3d33e146
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,16 @@ rules:
- configmaps
verbs:
- get
{% if calico_version is version("v3.20.0", ">=") %}
# EndpointSlices are used for Service-based network policy rule
# enforcement.
- apiGroups: ["discovery.k8s.io"]
resources:
- endpointslices
verbs:
- watch
- list
{% endif %}
- apiGroups: [""]
resources:
- endpoints