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
What would you like to be added:
Currently, in-place update loop:
1. update pod status condition`InPlaceUpdateReady=False`;
2. update pod spec & metadata, and record state in `apps.kruise.io/inpace-update-state`;
3. update pod status condition `InPlaceUpdateReady=True` if pod updated succeeded **or not-in-updating**.
But, we have a webhook to validate some pod fileds, and when we start a wrong update(e.g., update a invalid image), the step2 will return error, and the step 1&3 will always execute without backoff due to
What would you like to be added:
Currently, in-place update loop:
But, we have a webhook to validate some pod fileds, and when we start a wrong update(e.g., update a invalid image), the step2 will return error, and the step 1&3 will always execute without backoff due to
kruise/pkg/controller/cloneset/sync/cloneset_update.go
Line 72 in be1a79e
Why is this needed:
In-place update should retry with a reaonable backoff when failed to update pod .
The text was updated successfully, but these errors were encountered: