Support external_ip flag for gce_vm_image_export - #218
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: bpl4vv The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
0baff4a to
2cf1ab1
Compare
|
@bpl4vv: The following tests failed, say
DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
In a similar vein to #185, GCE Image Export Tool spins up a temporary VM while performing image export. This VM is often created with an external IP address.
This CL provides a flag so that the temporary VM can be created with a static external IP, an ephemeral IP, or no external IP.