3 lines
83 B
Fish
3 lines
83 B
Fish
function kshell
|
|
command kubectl exec -n "$1" --stdin --tty "$2" -- /bin/sh
|
|
end
|