kubectl exec into pod resulting in Unable to use a TTY error every time if run through automation
问题 i have a simple automation to exec into a kubernetes pod but it always results in the below error :- kubectl exec -it my-pod -c my-contaner -n my-namespace /bin/bash Unable to use a TTY - input is not a terminal or the right kind of file I am trying to run a simple shell script using jenkins to exec into a pod and execute ls -las in the root directory but its not allowing to exec into the pod automatically. The same thing works fine if i do manually on the linux server terminal. Can someone