Проблема:
1 2 |
kubectl exec -it my-pod -- bash Unable to use a TTY - input is not a terminal or the right kind of file |
Решение: запустить как
1 |
winpty kubectl exec -it my-pod -- bash |
Проблема:
1 2 |
kubectl exec -it my-pod -- bash Unable to use a TTY - input is not a terminal or the right kind of file |
Решение: запустить как
1 |
winpty kubectl exec -it my-pod -- bash |