feat(k01): replace strimzi kafka with redpanda
build-and-push-harbor / docker-build-push (push) Waiting to run

This commit is contained in:
zetaloop
2026-05-06 11:03:23 +08:00
parent 1deb5dbdb2
commit 6fc320656b
5 changed files with 92 additions and 108 deletions
+1 -1
View File
@@ -47,6 +47,6 @@ kubectl -n juwan wait --for=jsonpath='{.status.phase}'=Running mongodbcommunity/
echo kafka
kubectl apply -f "${INFRA_DIR}/kafka.yaml"
kubectl -n kafka wait --for=condition=Ready kafka/juwan-kafka --timeout=900s || true
kubectl -n redpanda wait --for=condition=Ready redpanda/juwan-kafka --timeout=900s || true
kubectl get pods -A