Start the pod with a custom command after the pod finishes startup
How can add I command that the pod will execute after it has finished starting up? I tried using
And replaced
The container starts but I am unable to access it using ssh or the web terminal.
And replaced
sleep infinity with apt install nano -yThe container starts but I am unable to access it using ssh or the web terminal.