We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 951b718 commit 93618fcCopy full SHA for 93618fc
test/perf-test/perf.sh
@@ -70,7 +70,7 @@ check_kubectl_login_status
70
# Track whether you have the MCAD controller installed
71
echo "Checking MCAD Controller installation status"
72
echo
73
-check_mcad_installed_status
+#check_mcad_installed_status
74
75
76
read -p "How many appwrapper jobs do you want?" jobs
@@ -114,7 +114,7 @@ done
114
esac
115
116
# Check for all jobs to report complete
117
-jobstatus=`kubectl get jobs -n default --no-headers --field-selector status.successful=1 |wc -l`
+jobstatus=`kubectl get appwrappers -n default --no-headers --field-selector status.successful=1 |wc -l`
118
119
while [ $jobstatus -lt $jobs ]
120
do
0 commit comments