We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec2875 commit 3a6a527Copy full SHA for 3a6a527
tests/Makefile
@@ -29,7 +29,7 @@ build-test-runner-image: ## Build conformance test runner image
29
30
.PHONY: run-conformance-tests
31
run-conformance-tests: ## Run conformance tests
32
-# kind load docker-image $(CONFORMANCE_PREFIX):$(CONFORMANCE_TAG) --name $(CLUSTER_NAME)
+ kind load docker-image $(CONFORMANCE_PREFIX):$(CONFORMANCE_TAG) --name $(CLUSTER_NAME)
33
kubectl apply -f conformance/conformance-rbac.yaml
34
kubectl run -i conformance \
35
--image=$(CONFORMANCE_PREFIX):$(CONFORMANCE_TAG) --image-pull-policy=Never \
0 commit comments