Ajout script ksh pour se logger dans un pod

main
Gil Portenseigne 2024-02-29 16:09:43 +01:00
parent 63b22d1c10
commit 9aa566704a
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
function ksh --description 'se connecte au pod en param'
kubectl exec -it $argv /bin/bash
end