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
I1101 06:50:28.044916 1 agent.go:440] updating node taints
I1101 06:50:28.103291 1 agent.go:276] managing node taints failed: failed to update node taints: Operation cannot be fulfilled on nodes "srv1": the object has been modified; please apply your changes to the latest version and try again
I guess this could be improved somehow. Ideally, we would not need to retry this, as we could use a proper merge patch, but when I last tried it, it did not work specifically for taints.
Even better would be to move away from tainting directly. One idea would be to have a webhook that either labels all workloads or all PVs with some general anti-affinity, and then only label the node, which should work without having to update the node directly.
This error is thrown here:
piraeus-ha-controller/pkg/agent/reconcile_failover.go
Lines 152 to 154 in 40d3ee8
The text was updated successfully, but these errors were encountered: