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