1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-21 03:38:43 +00:00

fix README

not `make e2e-tests` but `make e2e-test`
This commit is contained in:
Woz 2017-11-08 15:32:01 +00:00 committed by GitHub
parent 66dfd09549
commit e28bf2db4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -149,4 +149,4 @@ kubectl delete --ignore-not-found customresourcedefinitions \
2. You can execute the *e2e tests* on a local minikube by compiling the static binary (which is what is used for the container images) with `make crossbuild`.
1. build the container image with the docker host from within minikube by running `eval $(minikube docker-env)`.
2. You can build the container using `make container`.
3. Finally run the e2e tests using `make e2e-tests`.
3. Finally run the e2e tests using `make e2e-test`.