summaryrefslogtreecommitdiff
path: root/test/integration/targets/k8s/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/k8s/README.md')
-rw-r--r--test/integration/targets/k8s/README.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/test/integration/targets/k8s/README.md b/test/integration/targets/k8s/README.md
deleted file mode 100644
index 7cb72b16e2..0000000000
--- a/test/integration/targets/k8s/README.md
+++ /dev/null
@@ -1,23 +0,0 @@
-Wait tests
-----------
-
-wait tests require at least one node, and don't work on the normal k8s
-openshift-origin container as provided by ansible-test --docker -v k8s
-
-minikube, Kubernetes from Docker or any other Kubernetes service will
-suffice.
-
-If kubectl is already using the right config file and context, you can
-just do
-
-```
-cd test/integration/targets/k8s
-./runme.sh -vv
-```
-
-otherwise set one or both of `K8S_AUTH_KUBECONFIG` and `K8S_AUTH_CONTEXT`
-and use the same command
-
-
-
-