Readiness,Startup,Liveness probe error: Strimzi Cluster Operator #9620
Unanswered
berbarroso
asked this question in
Q&A
Replies: 1 comment 4 replies
-
I guess you should make sure that the pods (and your cluster) have sufficient resources available. Insufficient resources - especially CPU can cause problems like this. The error from the Cluster Operator suggests you misconfigured something, but without a full log (preferably as text and not PDF) and the configuration, it is hard to say what exactly is the issue. |
Beta Was this translation helpful? Give feedback.
4 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,
I'm having a problem with the Strimzi operator. I ran it on Minikube.
The Readiness, Startup, and Liveness probe of the pods connected to it failed.

strimzi-cluster-operator pod events

I followed this documentation very precisely and also tried to change the latest image versions.
https://debezium.io/documentation/reference/stable/operations/kubernetes.html
These are the log files
Some of the log errors on strimzi-cluster-operator pod
WARN PlatformFeaturesAvailability:156 - API Group route.openshift.io is not supported
WARN PlatformFeaturesAvailability:156 - API Group build.openshift.io is not supported
WARN PlatformFeaturesAvailability:156 - API Group image.openshift.io is not supported
WARN VersionUsageUtils:60 - The client is using resource type 'strimzipodsets' with unstable version 'v1beta2'
WARN VersionUsageUtils:60 - The client is using resource type 'kafkas' with unstable version 'v1beta2'
WARN VersionUsageUtils:60 - The client is using resource type 'kafkaconnects' with unstable version 'v1beta2'
WARN VersionUsageUtils:60 - The client is using resource type 'kafkamirrormaker2s' with unstable version 'v1beta2'
WARN VersionUsageUtils:60 - The client is using resource type 'kafkamirrormakers' with unstable version 'v1beta2'
WARN VersionUsageUtils:60 - The client is using resource type 'kafkabridges' with unstable version 'v1beta2'
WARN VersionUsageUtils:60 - The client is using resource type 'kafkarebalances' with unstable version 'v1beta2'
WARN VersionUsageUtils:60 - The client is using resource type 'kafkaconnectors' with unstable version 'v1beta2'
ERROR AbstractOperator:284 - Reconciliation #2(watch) KafkaConnect(debezium-example/debezium-connect-cluster): createOrUpdate failed
io.strimzi.operator.common.model.InvalidConfigParameterException: database.password: A null value is not allowed for this key
AbstractOperator:547 - Reconciliation #11(timer) KafkaConnect(debezium-example/debezium-connect-cluster): Failed to reconcile database.password: A null value is not allowed for this key
Logs from other pods
Logs of debezium-connect-cluster-connect-0.pdf
Logs of debezium-cluster-entity-operator pod.pdf
Logs of debezium-cluster-kafka-0 pod.pdf
Logs of debezium-cluster-zookeeper-0 pod.pdf
What are the possible issues that I need to do?
Thank you in advance for answering. :)
Beta Was this translation helpful? Give feedback.
All reactions