make sure jq is installed

pull/12737/head
Sharif Elgamal 2021-10-19 12:14:27 -07:00
parent 7272dc48e3
commit 1afb5f57a9
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ readonly START_ARGS=${@:-}
kubectl --context "${PROFILE_NAME}" get pods --all-namespaces
"${MINIKUBE}" status -p "${PROFILE_NAME}"
# Make sure jq is installed
sudo apt-get install jq -y
# Remove old sonobuoy installation
rm -rf sonobuoy