-
Notifications
You must be signed in to change notification settings - Fork 130
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
[Question] Using an IPV4_IPV6 stack type with compute instances #618
Comments
I think the config option of |
I created a PR for this feature. This seems to work when I tested it against GCP locally. #638 Additionally, this branch: https://github.com/safaci2000/google.cloud/tree/feature/computeV6 has more changes that I needed to use personally to assign a static IPV6 address. I'm not super familiar with the layout of this project, but this change worked for me. |
I'd like to see if there's a blocker in getting the MR merged in or if there's anything I could do to help get that merged in. Thank you. |
SUMMARY
I would like to create a compute instance that uses an existing dual stack subnet, and I would like to be able to ssh into the machine using the IPV6 address. I've tried simply adding the existing subnet to the machine's
network_interfaces
using the subnet'sselfLink
, but when I do that, only the IPV4 address is listed on the machine. Theaccess_config
options seem rather limited, and I haven't figured out how to create a compute instance with an IPV4_IPV6 stack type with them. Is this supported? If so, do you have examples of how to do this?ISSUE TYPE
COMPONENT NAME
gcp_compute_instance
ADDITIONAL INFORMATION
The text was updated successfully, but these errors were encountered: