add mock e2e script
This commit is contained in:
parent
699b276ad6
commit
61bf835753
6
Makefile
6
Makefile
|
|
@ -1,4 +1,4 @@
|
||||||
.PHONY: clean local test linux macos docker push scm-source.json
|
.PHONY: clean local test linux macos docker push scm-source.json e2e
|
||||||
|
|
||||||
BINARY ?= postgres-operator
|
BINARY ?= postgres-operator
|
||||||
BUILD_FLAGS ?= -v
|
BUILD_FLAGS ?= -v
|
||||||
|
|
@ -93,6 +93,4 @@ test:
|
||||||
@go test ./...
|
@go test ./...
|
||||||
|
|
||||||
e2e:
|
e2e:
|
||||||
kind create cluster --name kind-m --config ./e2e/kind-config-multikind.yaml --loglevel debug
|
e2e/mock_e2e.sh
|
||||||
export KUBECONFIG="$(kind get kubeconfig-path --name="kind-m")"
|
|
||||||
kubectl cluster-info
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue