You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we know from this previous issue, kopf will fail to send large requests to K8S API (actually k8s API does not support it).
My suggestion is that when removing the finalizer, in fact just send the patch removing the finalizer itself instead of the entire pod spec. That will avoid the failure due to large request....
As we know from this previous issue, kopf will fail to send large requests to K8S API (actually k8s API does not support it).
My suggestion is that when removing the finalizer, in fact just send the patch removing the finalizer itself instead of the entire pod spec. That will avoid the failure due to large request....
Ref:
kopf/kopf/_cogs/structs/finalizers.py
Line 37 in c158bae
If this was python k8s API it would be something like (if not other finalizer):
The text was updated successfully, but these errors were encountered: