diff --git a/.kubefuncs b/.kubefuncs index 56eb1b7..33324f0 100644 --- a/.kubefuncs +++ b/.kubefuncs @@ -1,5 +1,5 @@ function kbash() { - kubectl get deploy curl > /dev/null 2>&1 + kubectl get pod curl > /dev/null 2>&1 status=$? if [ $status -ne 0 ]; then