We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60be4ff commit 95b3bb4Copy full SHA for 95b3bb4
access-kubernetes-goat.sh
@@ -4,7 +4,7 @@
4
# Kubernetes Goat Access vulnerable infrastructure
5
6
# Checking kubectl setup
7
-kubectl version --short > /dev/null 2>&1
+kubectl version > /dev/null 2>&1
8
if [ $? -eq 0 ];
9
then
10
echo "kubectl setup looks good."
setup-kubernetes-goat.sh
# Kubernetes Goat setup and manage vulnerable infrastructure
0 commit comments