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

Are there any plans on adding the abiltity to create LoadBalancers #1604

Closed
jkurz opened this issue Sep 20, 2016 · 2 comments
Closed

Are there any plans on adding the abiltity to create LoadBalancers #1604

jkurz opened this issue Sep 20, 2016 · 2 comments
Assignees
Labels
api: compute Issues related to the Compute Engine API. priority: p2 Moderately-important priority. Fix may not be included in next release.

Comments

@jkurz
Copy link
Contributor

jkurz commented Sep 20, 2016

Hello I would like to be able to programmatically create LoadBalancers in NodeJs.

Is there a plan on wrapping the networking API to allow for me to create the required pieces?

In a perfect world I want to make one call to create a LoadBalancer. This would allow for me to pass in the HealthCheck info, the backend service info, and get back the IP of the LoadBalancer. Preferably it would be nice if I could get the IP address back on the call, and then wait for the loadbalancer to get created asynchronously. This would allow for me to take the IP and create a DNS record with it, before the LoadBalancer has actually been created. Saving overall time of stack creation.

@callmehiphop callmehiphop added the type: question Request for information or clarification. Not an issue. label Sep 20, 2016
@stephenplusplus stephenplusplus added enhancement api: compute Issues related to the Compute Engine API. and removed type: question Request for information or clarification. Not an issue. labels Sep 23, 2016
@stephenplusplus
Copy link
Contributor

Thanks for the suggestion, this sounds like a great idea. As you probably know, the Compute Engine API is quite large. We are many APIs behind in what we support so far (ref: #1073), so we're asking for help fully fleshing out our support. This would be another place we could improve, so I've added the help wanted label to this issue. A PR would be great to help us get this feature implemented quickly.

@stephenplusplus
Copy link
Contributor

This issue was moved to googleapis/nodejs-compute#14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: compute Issues related to the Compute Engine API. priority: p2 Moderately-important priority. Fix may not be included in next release.
Projects
None yet
Development

No branches or pull requests

4 participants