mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-01 05:00:41 -05:00
Automatic merge from submit-queue kubectl: respect deployment strategy parameters for rollout status Fixes https://github.com/kubernetes/kubernetes/issues/40496 `rollout status` now respects the strategy parameters for a RollingUpdate Deployment. This means that it will exit as soon as minimum availability is reached for a rollout (note that if you allow maximum availability, `rollout status` will succeed as soon as the new pods are created) @janetkuo @AdoHe ptal |
||
|---|---|---|
| .. | ||
| util | ||
| BUILD | ||
| deployment_controller.go | ||
| deployment_controller_test.go | ||
| OWNERS | ||
| progress.go | ||
| progress_test.go | ||
| recreate.go | ||
| recreate_test.go | ||
| rollback.go | ||
| rolling.go | ||
| rolling_test.go | ||
| sync.go | ||
| sync_test.go | ||