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
Currently our replace nodes task expects the pod to have started to correctly before it starts to replace it. That means ignoring the startTime and any async process verifications. Just simply replace it.
Why is this needed?
Often this isn't the case, but the pod could enter infinite loop on starting and not stay up at all - or it could go up, but the FeatureSet calls fail with error codes that prevent replacing.
The text was updated successfully, but these errors were encountered:
What is missing?
Currently our replace nodes task expects the pod to have started to correctly before it starts to replace it. That means ignoring the startTime and any async process verifications. Just simply replace it.
Why is this needed?
Often this isn't the case, but the pod could enter infinite loop on starting and not stay up at all - or it could go up, but the FeatureSet calls fail with error codes that prevent replacing.
The text was updated successfully, but these errors were encountered: