-
Notifications
You must be signed in to change notification settings - Fork 98
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
Update deploy.yaml #2520
Update deploy.yaml #2520
Conversation
Updating service annotation
Hi @ro6it! Welcome to the project! 🎉 Thanks for opening this pull request! Please make sure to include the issue number in the PR description to automatically close the issue when the PR is merged. |
@ro6it Can you point me to the docs you found relating to this? I'm seeing that our default config is correct for IP targets based on this doc. Also, you are able to manually change these values to fit your use case without having to change the default values in the repository. This particular deploy value is auto-generated from our helm values example. |
|
Thanks for the reference. Can you update the helm example I linked, and then run |
🎉 Thank you for your contribution! It appears you have not yet signed the F5 Contributor License Agreement (CLA), which is required for your changes to be incorporated into an F5 Open Source Software (OSS) project. Please kindly read the F5 CLA and reply on a new comment with the following text to agree: I have hereby read the F5 CLA and agree to its terms You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
I noticed that with the existing annotations i.e (target-type - IP and LB -external) it is provisioning "classical" loadbalancer with target-type "instance" and when I changed it to nlb, then it is provisioning "NLB" with target-type - instance. |
This is interesting because
|
This PR is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 14 days. |
@ro6it based on the current feedback we don't believe this change is necessary. If you run into any issues with setting the lb-type using our helm chart, please open a discussion or issue. |
Updating service annotation
Proposed changes
Write a clear and concise description that helps reviewers understand the purpose and impact of your changes. Use the
following format:
Problem: While deploying Gateway API with NLB on EKS cluster, the service stuck in pending stuck and did not provision the NLB.
Solution: After searching a lot and going through the aws loadbalancer annotations sig page, I found it load-balancer-type should be nlb instaed of external.
Testing: Applied the changes in the cluster and it successfully provisioned an internet facing NLB loadbalancer on AWS eks
Please focus on (optional): If you any specific areas where you would like reviewers to focus their attention or provide
specific feedback, add them here.
Closes #ISSUE
Checklist
Before creating a PR, run through this checklist and mark each as complete.
Release notes
If this PR introduces a change that affects users and needs to be mentioned in the release notes,
please add a brief note that summarizes the change.