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
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: