Skip to content

Commit 9da298e

Browse files
committed
Remove unneeded Knative Eventing Installation
1 parent 6ef1a90 commit 9da298e

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

hack/create-kind-cluster.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ REGISTRY_NAME="kind-registry"
1313
REGISTRY_PORT=${REGISTRY_PORT:-"5001"}
1414

1515
SERVING_VERSION="v1.21.0"
16-
EVENTING_VERSION="v1.21.0"
1716
TEKTON_VERSION="v1.11.0"
1817
KEDA_VERSION="v2.19.0"
1918
KEDA_HTTP_ADDON_VERSION="v0.13.0"
@@ -147,15 +146,6 @@ function install_knative_serving() {
147146
kubectl wait deployment --all --timeout=-1s --for=condition=Available -n kourier-system
148147
}
149148

150-
function install_knative_eventing() {
151-
header_text "Installing Knative Eventing..."
152-
kubectl apply -f https://github.com/knative/eventing/releases/download/knative-${EVENTING_VERSION}/eventing-crds.yaml
153-
kubectl apply -f https://github.com/knative/eventing/releases/download/knative-${EVENTING_VERSION}/eventing-core.yaml
154-
155-
header_text "Waiting for Knative Eventing to be ready..."
156-
kubectl wait deployment --all --timeout=-1s --for=condition=Available -n knative-eventing
157-
}
158-
159149
function install_keda() {
160150
header_text "Installing keda"
161151
kubectl apply --server-side -f https://github.com/kedacore/keda/releases/download/${KEDA_VERSION}/keda-${KEDA_VERSION:1}.yaml
@@ -218,7 +208,6 @@ create_kind_cluster
218208
connect_registry_to_cluster
219209
install_tekton
220210
install_knative_serving
221-
install_knative_eventing
222211
install_keda
223212
install_gitea
224213

0 commit comments

Comments
 (0)