Skip to content
Snippets Groups Projects
Verified Commit 1012e3b6 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(calico): Fix broken garbage collection

This patch fixes the broken garbage collection that is caused by a bug
in the current calico release. This is done by manually upgrading to a
newer patch release of the tigera operator which incorporates a fix.

The garbage collection is currently broken due to a missing permissions
to 'projectcalico.org/v3 Resource=bgpfilters' which results in a stalled
cache sync for the kube-controller-manager garbage collector.

Error logs:
```
graph_builder.go:281] garbage controller monitor not yet synced: projectcalico.org/v3, Resource=bgpfilters
…
garbagecollector.go:250] timed out waiting for dependency graph builder sync during GC sync (attempt 43)
```
References
https://github.com/projectcalico/calico/issues/7715
https://github.com/kubernetes/kubernetes/blob/bb878608686a6276cefec3f51bee5d79b0c8c393/pkg/controller/garbagecollector/garbagecollector.go#L143-L175
parent 5be43c9c
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,8 @@ spec:
version: v3.26.0
interval: 15m
values:
tigeraOperator:
version: v1.30.2
apiServer:
enabled: true
installation:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment