Skip to content

Commit

Permalink
Document USE_MINIKUBE_CACHE=auto mode
Browse files Browse the repository at this point in the history
Signed-off-by: MOZGIII <mike-n@narod.ru>
  • Loading branch information
MOZGIII committed Jul 28, 2020
1 parent a9b63c8 commit ec3f9c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,9 @@ You can also pass additional parameters to adjust the behavior of the test:
a registry to run tests.
When `USE_MINIKUBE_CACHE=true` is set, we provide a default value for the
`CONTAINER_IMAGE_REPO` so it can be omitted.
Can be set to `auto` (default) to automatically detect whether to use
`minikube cache` or not, based on the current `kubectl` context. To opt-out,
set `USE_MINIKUBE_CACHE=false`.

* `CONTAINER_IMAGE=<your name>/vector-test:tag` - completely skip the step
of building the Vector docker image, and use the specified image instead.
Expand Down

0 comments on commit ec3f9c5

Please sign in to comment.