File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ REGISTRY_NAME="kind-registry"
1313REGISTRY_PORT=${REGISTRY_PORT:- " 5001" }
1414
1515SERVING_VERSION=" v1.21.0"
16- EVENTING_VERSION=" v1.21.0"
1716TEKTON_VERSION=" v1.11.0"
1817KEDA_VERSION=" v2.19.0"
1918KEDA_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-
159149function 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
218208connect_registry_to_cluster
219209install_tekton
220210install_knative_serving
221- install_knative_eventing
222211install_keda
223212install_gitea
224213
You can’t perform that action at this time.
0 commit comments