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
when utilizing inplace-update to implement hot-update of pod, it is not desirable to keep pod ready during inplace-update. However current cloneset and advance statefulset will enforce pod has InplaceUpdateReady readinessgate, and set the readiness gate to false before inplace-update.
What would you like to be added:
make pod readiness injection setting configurable, preferably using pod lifecycle setting of cloneset and advance statefulset
Why is this needed:
The text was updated successfully, but these errors were encountered:
when utilizing inplace-update to implement hot-update of pod, it is not desirable to keep pod ready during inplace-update. However current cloneset and advance statefulset will enforce pod has InplaceUpdateReady readinessgate, and set the readiness gate to false before inplace-update.
What would you like to be added:
Why is this needed:
The text was updated successfully, but these errors were encountered: