monogon-dev / monogon

The Monogon Monorepo. May contain traces of peanuts and a ✨pure Go Linux userland✨. Work in progress!
https://monogon.tech
Apache License 2.0
378 stars 8 forks source link

k8s controllers are spamming warning/errors #289

Open fionera opened 4 months ago

fionera commented 4 months ago
 k8s controllers W external/io_k8s_client_go/tools/cache/reflector.go:167: failed to list *v1.PartialObjectMetadata:
                 | the server could not find the requested resource
 k8s controllers E external/io_k8s_client_go/tools/cache/reflector.go:167: Failed to watch
                 | *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find
                 | the requested resource
lorenz commented 4 months ago

Not our bug, this is https://github.com/kubernetes/kubernetes/issues/79610. AFAIK it's not harmful, but the logs are annoying. If we care enough we can try to fix it upstream.