-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Milestone
Description
https://github.com/istio/istio/blob/master/demos/apps/httpbin/README.md
kubectl run -i --rm --restart=Never dummy --image=dockerqa/curl:ubuntu-trusty --command -- curl --silent httpbin:8000/html
kubectl run -i --rm --restart=Never dummy --image=dockerqa/curl:ubuntu-trusty --command -- curl --silent httpbin:8000/status/500
these commands just exit without printing anything and makes me think things aren't working (plus makes them both indistinguishable from each other).
Try doing curl -sv