Skip to content

Commit 3c63daa

Browse files
committed
promtorture: requirements
1 parent 1f0e5c2 commit 3c63daa

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

testcases/promtorture/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Make prometheus feel really bad. For science.
55
## prerequisites
66

77
* [`go`](https://golang.org/)
8+
* [`docker-ce`](https://docs.docker.com/engine/install/)
89
* [`kind`](https://kind.sigs.k8s.io/)
910
* [`kapp`](https://get-kapp.io/)
1011
* [`kustomize`](https://kustomize.io/)

testcases/promtorture/scripts/kind-deploy.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
# Build a promtorture and deploy it. All arguments are passed verbatim to the
44
# promtorture binary in the kube deployment.
55
#
6+
# See:
7+
# go build
8+
# ./promtorture --help
9+
#
610
set -e -u -o pipefail
711

812
source scripts/config

0 commit comments

Comments
 (0)