diff --git a/hack/cluster.sh b/hack/cluster.sh index 0942d3a945..2a60275109 100755 --- a/hack/cluster.sh +++ b/hack/cluster.sh @@ -287,6 +287,28 @@ eventing() { sleep 5 $KUBECTL wait pod --for=condition=Ready -l '!job-name' -n knative-eventing --timeout=5m + echo "Exposing broker at broker.localtest.me" + $KUBECTL apply -f - <