We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ac30fb + 1f6c9dc commit 090daa4Copy full SHA for 090daa4
kps
@@ -6,7 +6,7 @@ podName=$(head -2 <<< "$getPods" | tail -1 | awk '{print $1;}')
6
7
if [ -n "$podName" ]; then
8
if [[ "$key" == 'ctrl-i' ]]; then
9
- kubectl decribe pod $podName
+ kubectl describe pod $podName
10
elif [[ "$key" == 'ctrl-s' ]]; then
11
echo "Stopping $podName"
12
kubectl delete pod $podName ${@:1}
0 commit comments