We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f0e5c2 commit 3c63daaCopy full SHA for 3c63daa
testcases/promtorture/README.md
@@ -5,6 +5,7 @@ Make prometheus feel really bad. For science.
5
## prerequisites
6
7
* [`go`](https://golang.org/)
8
+* [`docker-ce`](https://docs.docker.com/engine/install/)
9
* [`kind`](https://kind.sigs.k8s.io/)
10
* [`kapp`](https://get-kapp.io/)
11
* [`kustomize`](https://kustomize.io/)
testcases/promtorture/scripts/kind-deploy.sh
@@ -3,6 +3,10 @@
3
# Build a promtorture and deploy it. All arguments are passed verbatim to the
4
# promtorture binary in the kube deployment.
#
+# See:
+# go build
+# ./promtorture --help
+#
set -e -u -o pipefail
12
source scripts/config
0 commit comments