kubectl exec
with non-interactive shell doesn't work in 9.2
#12551
Labels
kubectl exec
with non-interactive shell doesn't work in 9.2
#12551
Expected behavior:
kubectl exec pod -- hostname
should work.Current behavior:
kubectl exec pod -- hostname
hangs:kubectl exec pod -i -- hostname
does work.kubectl exec pod -it -- hostname
does work.Bug details:
The text was updated successfully, but these errors were encountered: