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.
2 parents be4af1c + 6306dc0 commit e0993e4Copy full SHA for e0993e4
scripts/run-operator.sh
@@ -41,7 +41,7 @@ info "installing kafka (no-op if already installed)"
41
kubectl create namespace kafka
42
kubectl create -n kafka -f 'https://strimzi.io/install/latest?namespace=kafka'
43
kubectl wait -n kafka deployment/strimzi-cluster-operator --for=condition=Available=True --timeout=300s
44
-kubectl apply -n kafka -f https://strimzi.io/examples/latest/kafka/kraft/kafka-single-node.yaml
+kubectl apply -n kafka -f https://strimzi.io/examples/latest/kafka/kafka-single-node.yaml
45
kubectl wait -n kafka kafka/my-cluster --for=condition=Ready --timeout=300s
46
47
info "deleting example"
0 commit comments