Public setup IP Unreliable

Hey, just relaying some feedback (or requesting some guidance if I'm mistaken).
Details:
  • I'm using runpod through the GraphQL API primarily.
  • When creating a pod using podFindAndDeployOnDemand, I set ports: "22/tcp", supportPublicIp: true and startSsh: true.
  • Occasionally however, I receive a pod which has no public address/only supports the proxied basic SSH access.
    Would be great if podFindAndDeployOnDemand request would simply fail if no pod can be created with a public IP, rather than returning a normal pod.
Was this page helpful?