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 6c74c26 commit 59fa53eCopy full SHA for 59fa53e
openshift/Makefile
@@ -45,6 +45,8 @@ export DOWNSTREAM_E2E_FLAGS := -count=1 -v
45
.PHONY: test-e2e
46
test-e2e: ## Run the e2e tests.
47
$(DIR)/operator-controller/build-test-registry.sh $(E2E_REGISTRY_NAMESPACE) $(E2E_REGISTRY_NAME) $(E2E_REGISTRY_IMAGE)
48
+ oc create route passthrough $(E2E_REGISTRY_NAME) --service $(E2E_REGISTRY_NAME) -n $(E2E_REGISTRY_NAMESPACE)
49
+ oc get route $(E2E_REGISTRY_NAME) -n $(E2E_REGISTRY_NAMESPACE) -o yaml
50
cd $(DIR)/../; \
51
ip addr; \
52
cat /etc/resolv.conf ; \
0 commit comments