-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the enhancement
A clear and concise description of what the enhancement request is.
To fix the issue #1201, we introduced Progressing and Degraded(optional) condition in ManifestWork for the rollout case by PR #1207.
Some gaps need to be enhanced:
- Reduce the requeue time when minSuccessTime is set for rollout. (working on)
- During rollout, the Degraded condition has a chance to be true; this will cause the cluster rollout status to pass the progressDeadline and rollout to the next cluster. This is unexpected behavior.
- During rollout, the Progressing condition keeps false with observedGeneration updated, but with old LastTransaction, this will cause the cluster rollout status to pass the minSuccessTime and rollout to the next cluster. This is unexpected behavior.
dosubot
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request