pod does not show public ip & ports
we have a template with tcp port configured
when we deploy that template using community cloud with public ip filter set to true
or the secure cloud
In both cases we do not get a pod with a public ip & port
its just showing:
This pod either does not support direct public IP networking, or you have not exposed any TCP ports.
Solution:Jump to solution
okay turns out the pod was not running since there was no entrypoint / command configured
was not transparent that the pod is actually not running, since it did not show as exited
however, solved by providing such...
1 Reply
Solution
okay turns out the pod was not running since there was no entrypoint / command configured
was not transparent that the pod is actually not running, since it did not show as exited
however, solved by providing such