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
podFindAndDeployOnDemand
, I set
ports: "22/tcp"
ports: "22/tcp"
,
supportPublicIp: true
supportPublicIp: true
and
startSsh: true
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
podFindAndDeployOnDemand
request would simply fail if no pod can be created with a public IP, rather than returning a normal pod.