Last active
July 15, 2019 06:13
-
-
Save vnovichek/e56496d82412aece1e4e28b2b7707221 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# busybox sh | |
kubectl run busybox --image=busybox --rm -it --restart=Never /bin/sh | |
# curl http://prometheus-node-exporter:9100/metrics | |
kubectl -n prometheus run -it test --image=appropriate/curl --restart=Never --rm -- prometheus-node-exporter:9100/metrics |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment