File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ CONTROLLER ?= $(GO) tool sigs.k8s.io/controller-tools/cmd/controller-gen
13
13
14
14
# Run tests using the latest tools.
15
15
ENVTEST ?= $(GO ) run sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
16
- KUTTL ?= $(GO ) run github.com/kudobuilder/kuttl/pkg/kuttlctl/ cmd/kubectl-kuttl@latest
16
+ KUTTL ?= $(GO ) run github.com/kudobuilder/kuttl/cmd/kubectl-kuttl@latest
17
17
KUTTL_TEST ?= $(KUTTL ) test
18
18
19
19
# #@ General
@@ -171,6 +171,10 @@ check-envtest-existing: createnamespaces
171
171
kubectl delete -k ./config/dev
172
172
173
173
# Expects operator to be running
174
+ #
175
+ # KUTTL runs with a single kubectl context named "cluster".
176
+ # If you experience `cluster "minikube" does not exist`, try `MINIKUBE_PROFILE=cluster`.
177
+ #
174
178
.PHONY : check-kuttl
175
179
check-kuttl : # # Run kuttl end-to-end tests
176
180
check-kuttl : # # example command: make check-kuttl KUTTL_TEST='
You can’t perform that action at this time.
0 commit comments