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

implement loadbalancerIP in the livekit-server helm chart #16

Conversation

kumari-shubham
Copy link
Contributor

@kumari-shubham kumari-shubham commented May 20, 2024

What does this PR do?

reserve a static IP for LB as it’s changing when the whole application starts so we have to update the DNS everytime.
But this annotation networking.gke.io/load-balancer-ip-addresses is supported for version 1.29 and later. but our’s is 1.26.15-gke.1090000 and other parameter which we can use is spec.loadBalancerIP but this is not supported with the respective application helm chart so we are doing the changes to include that

Type of change

This pull request is a

  • Feature
  • Bugfix
  • Enhancement

Which introduces

  • Breaking changes
  • Non-breaking changes

How should this be manually tested?

xxx

What are the requirements to deploy to production?

Any background context you want to provide beyond Shortcut?

xxx

Screenshots (if appropriate)

xxx

Loom Video (if appropriate)

xxx

Any Security implications

xxx

@kumari-shubham kumari-shubham merged commit 0247580 into main May 20, 2024
1 check passed
@kumari-shubham kumari-shubham deleted the feature-sc-54992-explore-assigning-static-ip-to-the-load-balancer branch May 20, 2024 17:16
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