I am trying to connect to a running container in Kubernetes, however I am getting the error message below.
>kubectl attach -it es-client-2756725635-4rk43 -c es-node Unable to use a TTY - container es-node did not allocate one If you don't see a command prompt, try pressing enter.
How to enable TTY in yaml container?
source share