From d2cb83ad273f18606c66934313d982e3b051d41a Mon Sep 17 00:00:00 2001 From: Philippe Martin Date: Thu, 12 Oct 2023 10:43:45 +0200 Subject: [PATCH] Document --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e0d3d6..8bda43e 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,8 @@ To see all rules supported by the makefile, run `make help` To run integration tests for the operator, run `make test-integration`. -The `oc` executable must be accessible. +One of the `oc` or `kubectl` executables must be accessible. If both are present in your path, `oc` will be used, except if you +define the environment variable `K8S_CLI` with the command you prefer to use. By default, the tests will use the default image for the operator, `quay.io/devfile/registry-operator:next`.