Public setup IP Unreliable
Hey, just relaying some feedback (or requesting some guidance if I'm mistaken).
Details:
Details:
- I'm using runpod through the GraphQL API primarily.
- When creating a pod using
podFindAndDeployOnDemand, I setports: "22/tcp",supportPublicIp: trueandstartSsh: true. - Occasionally however, I receive a pod which has no public address/only supports the proxied basic SSH access.
Would be great ifpodFindAndDeployOnDemandrequest would simply fail if no pod can be created with a public IP, rather than returning a normal pod.