generated from knative-extensions/sample-controller
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traffic should move to the new revision, after the minimum number of pods are ready during the prgressive rollout #302
Labels
enhancement
New feature or request
Comments
houshengbo
added a commit
to houshengbo/serving-progressive-rollout
that referenced
this issue
Apr 7, 2025
…ogressive rollout Fixes: knative-extensions#302
knative-prow-robot
pushed a commit
to knative-prow-robot/serving-progressive-rollout
that referenced
this issue
Apr 14, 2025
…ogressive rollout Fixes: knative-extensions#302
knative-prow-robot
pushed a commit
to knative-prow-robot/serving-progressive-rollout
that referenced
this issue
Apr 14, 2025
…ogressive rollout Fixes: knative-extensions#302
knative-prow-robot
pushed a commit
to knative-prow-robot/serving-progressive-rollout
that referenced
this issue
Apr 14, 2025
…ogressive rollout Fixes: knative-extensions#302
knative-prow-robot
pushed a commit
to knative-prow-robot/serving-progressive-rollout
that referenced
this issue
Apr 14, 2025
…ogressive rollout Fixes: knative-extensions#302
knative-prow bot
pushed a commit
that referenced
this issue
Apr 14, 2025
…ready during progressive rollout (#313) * Shift traffic when the minimum number of replicas are ready during progressive rollout Fixes: #302 * Verify if the target replicas is nil * Added the test cases * Clean up the logic for the routeLister * Check the final revision name --------- Co-authored-by: Vincent Hou <[email protected]>
knative-prow bot
pushed a commit
that referenced
this issue
Apr 14, 2025
…ready during progressive rollout (#314) * Shift traffic when the minimum number of replicas are ready during progressive rollout Fixes: #302 * Verify if the target replicas is nil * Added the test cases * Clean up the logic for the routeLister * Check the final revision name --------- Co-authored-by: Vincent Hou <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As long as the minimum number of pods are ready, we are good to move all the designated traffic percentage over. However, if it does not reach the requirement of minimum number of pods running for each stage during the progressive rollout, we should hold until the pods are ready before moving the traffic percentage.
The text was updated successfully, but these errors were encountered: