Skip to content

Commit

Permalink
Add support for Calico IPPools deletecollection
Browse files Browse the repository at this point in the history
When Submariner is uninstalled the Calico IPPools
are deleted using DeleteCollection command.

Signed-off-by: Yossi Boaron <[email protected]>
  • Loading branch information
yboaron committed Oct 30, 2023
1 parent c75f06f commit 043903b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/rbac/submariner-route-agent/cluster_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,4 @@ rules:
- create
- delete
- update
- deletecollection
1 change: 1 addition & 0 deletions pkg/embeddedyamls/yamls.go
Original file line number Diff line number Diff line change
Expand Up @@ -3061,6 +3061,7 @@ rules:
- create
- delete
- update
- deletecollection
`
Config_rbac_submariner_route_agent_cluster_role_binding_yaml = `---
apiVersion: rbac.authorization.k8s.io/v1
Expand Down

0 comments on commit 043903b

Please sign in to comment.