-
Notifications
You must be signed in to change notification settings - Fork 370
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
feat: Allow NodeBalancer creation without config #9472
feat: Allow NodeBalancer creation without config #9472
Conversation
@bnussman I am not sure why the CI is failing... Should I fix it or it's something unrelated? I can't see the details of the CI run neither. |
@zliang-akamai Don't worry about that check that is failing. Our e2e tests only run for members of our team. It's not really a failure. It's just failing due to a lack of permissions. Your PR passes all of our other checks and our UX team is good with your changes! ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
@bnussman-akamai Thanks for generating the change set for this PR, sorry about didn't realize it was needed 😅 And since I don't have the write access to this repo, can you help me to merge it if it's fully approved? Thank you! |
* Allow node balancer creation without config * Added changeset: NodeBalancers can be created without a configuration --------- Co-authored-by: Banks Nussman <[email protected]>
* Allow node balancer creation without config * Added changeset: NodeBalancers can be created without a configuration --------- Co-authored-by: Banks Nussman <[email protected]>
* Allow node balancer creation without config * Added changeset: NodeBalancers can be created without a configuration --------- Co-authored-by: Banks Nussman <[email protected]>
Description 📝
A configuration is not strictly required when invoking the NodeBalancer creation API, and only the region is required. I think it would be nicer if we can do the same thing in cloud manager. I think sometimes an user may want to create a nodebalancer and config it later, and this might be able to make their work easier.
I am not familiar with the development of cloud manager, so please feel free to close the PR this change is not desired, or commit to this branch if there is anything else you guys would like to add.
Major Changes 🔄
Preview 📷
How to test 🧪
Not sure