From d8278ec7504aea846af74981ff8266ad01c7b4e6 Mon Sep 17 00:00:00 2001 From: Chris Dudley Date: Thu, 12 Sep 2019 13:28:35 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7d0d229..47c4821 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ Download the latest binary for your operating system from the Releases tab and r # Requirements In order to run `apicops` you need to have `kubectl` or something that implements the same CLI as `kubectl`, such as `oc` installed locally. If you aren't using `kubectl` then set the environment variable APICOPS_K8SCLIENT to the name of the Kubernetes client binary, such as `oc`. +If using the openshift client (`oc`) then v4.1.x or greater is required (even if using v3.x openshift cluster). + Then set the `KUBECONFIG` environment variable to point to your kubeconfig file and `apicops` will pick it up from there. ```sh-session