make sure jq is installed
parent
7272dc48e3
commit
1afb5f57a9
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue