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

ComputeInstance networkInterface/accessConfig address assignment from shared ephemeral IP address pool #329

Open
bshimc opened this issue Dec 1, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@bshimc
Copy link

bshimc commented Dec 1, 2020

v1/instances supports a network provisioning mode for networkInterfaces[].accessConfigs[].natIP that assigns an IP from a shared address pool:

An external IP address associated with this instance. Specify an unused static external IP address available to the project or leave this field undefined to use an IP from a shared ephemeral IP address pool. If you specify a static external IP address, it must live in the same region as the zone of the instance.

As far as I can tell that's not available with the current ComputeInstance resource. #314 is tangentially related as I believe the only option for managed instance groups with ONE_TO_ONE_NAT is via automatic assignment.

@bshimc bshimc added the enhancement New feature or request label Dec 1, 2020
@maqiuyujoyce
Copy link
Collaborator

Hi @bshimc , thank you for your reporting the issue! We'll look into how to support this unspecified natIp scenario on top of the current natIpRef field. Will keep you updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants