Skip to content
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

Support readiness gates on web/events/recordings deployments #771

Closed
wants to merge 3 commits into from

Conversation

frankh
Copy link
Contributor

@frankh frankh commented Oct 2, 2023

Description

add "readinessGates" to web deployments so we can use the ALB controller readiness gates: https://kubernetes-sigs.github.io/aws-load-balancer-controller/v1.1/guide/ingress/pod-conditions/

This means during rollouts we will always ensure the new pods are in the load balancer before terminating the old pods

Type of change

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

How has this been tested?

The features are behind .Values checks, we will roll out in dev first

Checklist

  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works

@frankh frankh changed the title Frank/readiness gates Support readiness gates on web/events/recordings deployments Oct 2, 2023
@frankh frankh requested a review from xvello October 2, 2023 09:58
@frankh
Copy link
Contributor Author

frankh commented Oct 2, 2023

@frankh frankh closed this Oct 2, 2023
@xvello xvello deleted the frank/readiness-gates branch October 2, 2023 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants