Replies: 1 comment 7 replies
-
You should be really using Strimzi 0.23 these days. It is several years old. You should use some new version. Also, from what you shared, you are using wrong namespaces. You installed Strimzi to watch namespace |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
Recently i have created Kubernetes cluster and then i have deployed Strimzi CRDs 0.23 and all crds successfully deployed and then i have deployed Kafka and i see my deployment is created but when i check the pods its not showing in the cluster. and i am not able to find the logs as well. Can any one please help on this issue.
deployment status:
\kafka\gcp-qa>kubectl apply -f kafka-gcp.yaml -n kafka-testing-poc
kafka.kafka.strimzi.io/kafka-testing-poc-gcp created
configmap/kafka-metrics created
Strimzi cluster operator logs:
2023-08-24 14:21:13 INFO ClusterOperator:125 - Triggering periodic reconciliation for namespace strimzi...
2023-08-24 14:23:13 INFO ClusterOperator:125 - Triggering periodic reconciliation for namespace strimzi...
2023-08-24 14:25:13 INFO ClusterOperator:125 - Triggering periodic reconciliation for namespace strimzi...
2023-08-24 14:27:13 INFO ClusterOperator:125 - Triggering periodic reconciliation for namespace strimzi...
2023-08-24 14:29:13 INFO ClusterOperator:125 - Triggering periodic reconciliation for namespace strimzi...
2023-08-24 14:31:13 INFO ClusterOperator:125 - Triggering periodic reconciliation for namespace strimzi...
2023-08-24 14:33:13 INFO ClusterOperator:125 - Triggering periodic reconciliation for namespace strimzi...
2023-08-24 14:35:13 INFO ClusterOperator:125 - Triggering periodic reconciliation for namespace strimzi...
Beta Was this translation helpful? Give feedback.
All reactions