You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kn kubectl exec -it galaxy-k8s-xxx bash
gives me Unable to use a TTY - input is not a terminal or the right kind of file
I guess the fix might not be trivial, so happy if the response is "wontfix". Yours,Steffen
The text was updated successfully, but these errors were encountered:
Currently we are executing kubectl via ansible master -a "kubectl $*" | tail -n +2, so interactive shell is not possible, but execution of kubectl is changed into calling via kn ssh, it might work. Might happen in future
kn kubectl exec -it galaxy-k8s-xxx bash
gives me
Unable to use a TTY - input is not a terminal or the right kind of file
I guess the fix might not be trivial, so happy if the response is "wontfix". Yours,Steffen
The text was updated successfully, but these errors were encountered: