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

k8s: ipv6, tags, deregistration timeout #623

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Conversation

cyounkins
Copy link
Collaborator

@cyounkins cyounkins commented Nov 13, 2024

  • Makes the load balancer dual stack to support IPv6
  • Tags the load balancer with the project to aid in our cost tracking
  • Reduces the deregistration_delay, which speeds up deployments

The idle timeout on the load balancer is 60 seconds. Currently if you have a request that exceeds 60 seconds the client will receive a 504 Gateway Timeout but the request might continue running in the background and the response lost. This change will, during rollout, allow the container to be killed after 60 seconds instead of waiting 300 seconds.

These changes will not cause downtime and have already been applied on other SCM sites

@ldeluigi ldeluigi merged commit 586a95a into master Nov 14, 2024
51 checks passed
@ldeluigi ldeluigi deleted the cyounkins-patch-1 branch November 14, 2024 10:02
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