From 7405704bbe7004fbbbf2b393883ca8eef9a47ea4 Mon Sep 17 00:00:00 2001 From: mikechengwei <842725815@qq.com> Date: Sun, 11 Apr 2021 23:28:39 +0800 Subject: [PATCH] optimize doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a0022bc6f0..f2a809a1237 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ kubectl delete --ignore-not-found customresourcedefinitions \ #### Running *end-to-end* tests on local kind cluster: 1. `kind create cluster --image=kindest/node:`. e.g `v1.16.2` version. -2. `export KUBECONFIG="$(kind get kubeconfig-path --name="kind")"` +2. `kubectl cluster-info --context kind-kind`. kind version >= 0.6.x 3. `make image` - build Prometheus Operator docker image locally. 4. `for n in "operator" "config-reloader"; do kind load docker-image "quay.io/prometheus-operator/prometheus-$n:$(git rev-parse --short HEAD)"; done` - publish built locally images to be accessible inside kind.