Skip to content

Commit

Permalink
add list nodes rules to cilium-operator clusterrole (kubernetes-sigs#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Thearas authored and LuckySB committed Jul 2, 2023
1 parent 140446f commit ab85971
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab85971

Please sign in to comment.