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
// we try updating it, in case it already existed or it is updatable
79
+
80
+
// This sometime does not get updated. eg : In case of PVCs cause node affinity is immmutable (happens when you restart cluster after pause and we had things there)
81
+
82
+
// This check shouldn't happen mp if I delete ns, if i dont delete ns and do this then think later, just delete ns while infra set for now.
83
+
// If not ns delete them -> we generally delete but pvc deleteion has some issues, so let's just not delete it for now and skip
0 commit comments