Skip to content

Commit

Permalink
Merge pull request #1125 from flavio-fernandes/egressnetworkpolicy-4.9
Browse files Browse the repository at this point in the history
Bug 2040338: UPSTREAM: <carry>: remove egressnetworkpolicies from gc ignored resources
  • Loading branch information
openshift-merge-robot committed Jan 26, 2022
2 parents e790d7f + 8b06ae1 commit 2cb6068
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/kube-controller-manager/app/patch_gc.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ func applyOpenShiftGCConfig(controllerManager *config.Config) error {
// explicitly disabled from GC for now - not enough value to track them
gcconfig.GroupResource{Group: "authorization.openshift.io", Resource: "rolebindingrestrictions"},
gcconfig.GroupResource{Group: "network.openshift.io", Resource: "clusternetworks"},
gcconfig.GroupResource{Group: "network.openshift.io", Resource: "egressnetworkpolicies"},
gcconfig.GroupResource{Group: "network.openshift.io", Resource: "hostsubnets"},
gcconfig.GroupResource{Group: "network.openshift.io", Resource: "netnamespaces"},
gcconfig.GroupResource{Group: "oauth.openshift.io", Resource: "oauthclientauthorizations"},
Expand Down

0 comments on commit 2cb6068

Please sign in to comment.