Skip to content
Snippets Groups Projects
Verified Commit ef475ca3 authored by David Hoese's avatar David Hoese
Browse files

Add missing -q flag to curl kubectl run

parent f0fafca3
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ run_remote_curl_pod() {
shift 2
other_args="$@"
fi
kubectl run -it --rm --restart=Never curl-test-${pod_prefix} --image=curlimages/curl:7.81.0 -- curl $other_args "${curl_target}"
kubectl run -qit --rm --restart=Never curl-test-${pod_prefix} --image=curlimages/curl:7.81.0 -- curl $other_args "${curl_target}"
}
run_grb_checks() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment