Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat(runner-controller): Add public IP address to network interface creation #89

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

4lch4
Copy link

@4lch4 4lch4 commented Jun 21, 2023

This PR (single commit) adds a new feature to the runner-controller by including the creation of a public IP address when creating a network interface. The public IP address is created with a name and SKU, which are specified in the code.

This change is specifically so I'm able to access the VMs that are spun up by GATR. I need this access to debug why the runner-init script for Windows is not completing successfully.

…reation

This commit adds a new feature to the runner-controller by including the creation of a public IP address when creating a network interface. The public IP address is created with a name and SKU, which are specified in the code.

This change is specifically so I'm able to access the VMs that are spun up by GATR. I need this access to debug why the `runner-init` script for Windows is not completing successfully.
@4lch4 4lch4 requested a review from a team as a code owner June 21, 2023 21:30
@harsha-chamarthi
Copy link
Contributor

This PR (single commit) adds a new feature to the runner-controller by including the creation of a public IP address when creating a network interface. The public IP address is created with a name and SKU, which are specified in the code.

This change is specifically so I'm able to access the VMs that are spun up by GATR. I need this access to debug why the runner-init script for Windows is not completing successfully.

Will this change add public ip to all runner Vm's being created?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants