-
Notifications
You must be signed in to change notification settings - Fork 867
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
fix: Update ro.Status.ALB when first creating rollout object #1986
fix: Update ro.Status.ALB when first creating rollout object #1986
Commits on Jun 24, 2022
-
fix: make sure we update rollout.Status.ALB when first create Rollout…
… object This fixes the case when we first create a rollout the status.ALB field does not get updated with valid information form the elb. Signed-off-by: zachaller <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba9c501 - Browse repository at this point
Copy the full SHA ba9c501View commit details -
Refactor check for if we should verify alb.
This creates a new rolloututil function ShouldVerifyWeight that verifies that we should call aws because the rollout is in the middle of some update. The reason I feel this should move into the ingress implmentation function VerifyWeight is becuase in the future other ingresses might also need to verify weights and adding ingress specific status checks in trafficrouting.go like a leak details where it should be up to the ingress provider to determin if it should be careful of rate limiting do to say it being a cloud provider call. Signed-off-by: zachaller <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 02f04b1 - Browse repository at this point
Copy the full SHA 02f04b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b75638e - Browse repository at this point
Copy the full SHA b75638eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08aaba4 - Browse repository at this point
Copy the full SHA 08aaba4View commit details -
Add new test for ShouldVerifyWeight
Signed-off-by: zachaller <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a71a581 - Browse repository at this point
Copy the full SHA a71a581View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8180ad4 - Browse repository at this point
Copy the full SHA 8180ad4View commit details -
Add test for where we do not need to verify weight and its already set
Signed-off-by: zachaller <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f5d1b8 - Browse repository at this point
Copy the full SHA 9f5d1b8View commit details -
Signed-off-by: zachaller <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0677680 - Browse repository at this point
Copy the full SHA 0677680View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed2e177 - Browse repository at this point
Copy the full SHA ed2e177View commit details
Commits on Jul 12, 2022
-
Merge branch 'master' of https://github.com/argoproj/argo-rollouts in…
…to fix-alb-ro-status-update Signed-off-by: zachaller <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a3305ce - Browse repository at this point
Copy the full SHA a3305ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21c2cfd - Browse repository at this point
Copy the full SHA 21c2cfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for fae4645 - Browse repository at this point
Copy the full SHA fae4645View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2ce51f - Browse repository at this point
Copy the full SHA f2ce51fView commit details
Commits on Jul 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a1735a8 - Browse repository at this point
Copy the full SHA a1735a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1cd376 - Browse repository at this point
Copy the full SHA c1cd376View commit details