Skip to content
Snippets Groups Projects
Unverified Commit ea29cd08 authored by Thearas's avatar Thearas Committed by GitHub
Browse files

add list nodes rules to cilium-operator clusterrole (#9178)

parent 68653c31
No related branches found
No related tags found
No related merge requests found
......@@ -51,12 +51,10 @@ rules:
- apiGroups:
- ""
resources:
{% if cilium_version | regex_replace('v') is version('1.8', '<') %}
# to automatically read from k8s and import the node's pod CIDR to cilium's
# etcd so all nodes know how to reach another pod running in in a different
# node.
- nodes
{% endif %}
# to perform the translation of a CNP that contains `ToGroup` to its endpoints
- services
- endpoints
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment