This message was deleted.
# k3s
a
This message was deleted.
q
This seems to result in something (cert-manager I believe) deciding that the Service is broken and attempts to create a new one, so I get a new service every 10 seconds ...
c
Precondition failed: UID in precondition: fc2b3615-7521-4563-a295-32e01363a7ea, UID in object meta: ""
This indicates that something is trying to update the resource, but it’s trying to apply an update to a resource that was deleted and recreated while the update was in progress.
Something is probably thrashing create+delete+recreate of the service, while kubernetes is simultaneously trying to keep the endpoints in sync for the service.
if cert-manager is what’s creating and deleting and recreating the service, that is probably the cause of the problem, not a symptom.
q
I had a similar problem earlier, where the resource being thrashed was pods, but that was cert-manager too I think, so maybe a bug in cert-manager ... 🤔 Seems to have gone away now, hopefully it stays gone 🤞