global networking through REST API
Is it possible to create a pod using the REST API with “Global networking” enabled?
On the "Global networking" docs page (https://docs.runpod.io/pods/networking) or on the REST API docs (https://rest.runpod.io/v1/docs#tag/docs/GET/openapi.json) I can't find info about that.
Thanks
Global networking | RunPod Documentation
Learn how to securely communicate between pods within your RunPod account using a private network.
5 Replies
@nathaniel Can you help here?
thanks for the ping, I think I just need to add it in a few places.
yeah should be fixed by tomorrow, just a quick patch
Hi, are there any news about this? I didn't notice any changes in the REST API.
@nathaniel Did this go out?
just released it now, testing to make sure it's fine
yep, seems to work. @Vedran added the ability to create a pod with global networking by supplying
globalNetworking: true
in the create pod input
the hostname / whatever other global networking info you need is not yet returned in the response, I am meeting with the developer of global networking to make sure I get that info right and then add that