add list nodes rules to cilium-operator clusterrole (#9178)
parent
68653c31c0
commit
ea29cd0890
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue