Skip to content

Commit

Permalink
Merge pull request prometheus-operator#3973 from tongcheng-elong/fixc…
Browse files Browse the repository at this point in the history
…ontribute

Support kind >=0.6.x  in  README file
  • Loading branch information
paulfantom authored Apr 12, 2021
2 parents fb16b71 + 7405704 commit 641d05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:<latest>`. 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.
Expand Down

0 comments on commit 641d05d

Please sign in to comment.