This repository was archived by the owner on Jun 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
main/eventing-communication
release-1.4/eventing-communication Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ if [ "$INSTALL_KAFKA_CLUSTER" == true ]; then
6969 echo " Installing a kafka cluster using Strimzi default quickstart: https://strimzi.io/quickstarts/"
7070 oc create namespace kafka
7171 oc create -f ' https://strimzi.io/install/latest?namespace=kafka' -n kafka
72- oc apply -f https://strimzi.io/examples/latest/kafka/kraft/ kafka-single-node.yaml -n kafka
72+ oc apply -f https://strimzi.io/examples/latest/kafka/kafka-single-node.yaml -n kafka
7373 oc wait kafka/my-cluster --for=condition=Ready --timeout=300s -n kafka
7474 KAFKA_REPLICATION_FACTOR=1
7575fi
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ if [ "$INSTALL_KAFKA_CLUSTER" == true ]; then
6969 echo " Installing a kafka cluster using Strimzi default quickstart: https://strimzi.io/quickstarts/"
7070 oc create namespace kafka
7171 oc create -f ' https://strimzi.io/install/latest?namespace=kafka' -n kafka
72- oc apply -f https://strimzi.io/examples/latest/kafka/kraft/ kafka-single-node.yaml -n kafka
72+ oc apply -f https://strimzi.io/examples/latest/kafka/kafka-single-node.yaml -n kafka
7373 oc wait kafka/my-cluster --for=condition=Ready --timeout=300s -n kafka
7474 KAFKA_REPLICATION_FACTOR=1
7575fi
You can’t perform that action at this time.
0 commit comments