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
I have a problem with patch node method. Basically I am able to patch a node, in my case updating taints, but the problem is that using add operator it adds the new taints but deletes the old ones.
Basically is not merging is overriding.
This is the patch
"{"op":"add","path":"/spec/taints","value":[{"effect":"NoExecute","key":"node.kubernetes.io/unreachable"}]}"