k8s-ttl-controller
k8s-ttl-controller copied to clipboard
Error during execution: unable to retrieve the complete list of server APIs
Describe the bug
Not sure exactly when, but at some point this controller stopped working for us. Nothing is TTLd.
What do you see?
The logs only show two lines on repeat:
2024/08/15 12:47:12 Error during execution: unable to retrieve the complete list of server APIs: tap.linkerd.io/v1alpha1: stale GroupVersion discovery: tap.linkerd.io/v1alpha1
2024/08/15 12:47:12 Execution took 18ms, sleeping for 5m0s
We do use linkerd and linkerd viz in the cluster, which installs a bunch of CRDs like the one referenced.
What do you expect to see?
Other resources are still removed? We're only using this on built-in resources, if we could just disable support for CRDs, that would get us past it.
List the steps that must be taken to reproduce this issue
- install linkerd and linkerd viz?
Version
1.3.1
Additional information
No response