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

Marketplace VM deployment - allow user to provide a static IP address. #345

Open
swilliams11 opened this issue Oct 14, 2020 · 2 comments
Open
Assignees
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@swilliams11
Copy link
Contributor

Allow user to enter a static IP address on the Launch Page. This will allow for a more automated setup.

The current approach is that the user must

  • fetch the static IP address from External IP Addresses
  • add it as an A record to the domain name and
  • complete the domain name mapping for the UI and API.

However, if we allow the user to setup the static IP along with entering the domain names for the UI and API as part of the prereqs, then the VM deployment can complete the domain name mapping for the user.

  1. static IP address should be optional
  2. If the IP address is not provided then the VM deployment should create the static IP address (need to determine if we can complete this step) and use it in the GKE cluster setup.
@swilliams11
Copy link
Contributor Author

depends on #346

@swilliams11
Copy link
Contributor Author

I'm not sure this is something can can be performed while the cluster is being created.

It doesn't appear to support an option to assign a static IP address when the cluster is created.
https://cloud.google.com/sdk/gcloud/reference/container/clusters/create

The API doesn't support assigning static ingress IP.
https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters#Cluster

@swilliams11 swilliams11 added the wontfix This will not be worked on label Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant