Skip to content

Added globalNetwork as a flag #191

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

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

Conversation

YayL
Copy link

@YayL YayL commented Jun 1, 2025

Added globalNetwork as a flag

This patch adds the globalNetwork flag to allow global networking to be enable (when applicable) throught the CLI tool. This was not previously possible and I did not understand why so I just quickly fixed it and thought that someone else might also need this.

(Fix for #190)

How I tested it

I tested it by creating two pods using the following commands:

go run main.go create pod --name "testing" --imageName "runpod/base:0.5.1-cpu" --gpuType "NVIDIA RTX A4000" --startSSH --secureCloud --globalNetwork
go run main.go create pod --name "testing2" --imageName "runpod/base:0.5.1-cpu" --gpuType "NVIDIA RTX A4000" --startSSH --secureCloud --globalNetwork

Then testing if the two pods could ping each other as per the global networking documentation

YayL added 3 commits June 2, 2025 00:23
This patch adds the globalNetwork flag to allow globalNetworking to be
enable (when applicable) throught the CLI tool.

(Fix for runpod#190)
@YayL YayL force-pushed the globalnetwork-flag branch from 52b7ebc to 3da0c6d Compare June 12, 2025 12:14
@YayL
Copy link
Author

YayL commented Jun 12, 2025

Also added --publicIP in the latest push. Can move these two into different pull requests if that is better

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

Successfully merging this pull request may close these issues.

1 participant