volatilemolotov commented on code in PR #30847: URL: https://github.com/apache/beam/pull/30847#discussion_r1580930514
########## .test-infra/kafka/strimzi/02-kafka-persistent/README.md: ########## @@ -25,4 +25,19 @@ https://github.com/strimzi/strimzi-kafka-operator/blob/main/examples/kafka/kafka The directories within [base](./base) contain the operator manifests and are named according to the version release. -See [.test-infra/kafka/strimzi](../README.md) for requirements and usage. +# Usage + +Simply deploy the cluster by using kustomize plugin of kubectl +``` +kubectl apply -k .test-infra/kafka/strimzi/02-kafka-persistent +``` +and wait until the cluster is deployed +``` +kubectl wait kafka beam-testing-cluster --for=condition=Ready Review Comment: Added a timeout. Value of 1200 seems long but there are cases when deployment takes longer due to how Autopilot scales. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
