[Bug]: Adding a serviceAccount annotation in KafkaConnect spec makes Cluster Operator Stuck on Reconciliation of Strimzipodset #10119
Replies: 2 comments · 8 replies
-
Please share the full log from the operator. |
Beta Was this translation helpful? Give feedback.
All reactions
-
First I get
Then
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Is this log enough ? |
Beta Was this translation helpful? Give feedback.
All reactions
-
Why don't you start by sharing the full log as you were asked to? |
Beta Was this translation helpful? Give feedback.
All reactions
-
Thanks for the fast responses and apologies for not sharing the full logs yet, but they partly contain project related information that needs to be removed first. In preparation for cleaning the logs I just deployed it in a very similar environment and surprisingly everything there worked as expected, so it might be an environment specific issue. I will write again when I had some time to look at the differences and also share some more information based on the findings then (including full logs if still needed). |
Beta Was this translation helpful? Give feedback.
All reactions
-
The issue was resolved by increasing the kubernetes request time out. Any idea why this fixes the error, just curious ? extraEnvs:
- name: KUBERNETES_REQUEST_TIMEOUT
value: '60000 |
Beta Was this translation helpful? Give feedback.
All reactions
-
I do not know what the error was. So no idea, sorry. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Good afternoon, I've had similar issue. I don't know if this relates to the original post, but here are logs:
AWS EKS 1.30
This definitely solved my issue. These are the logs after adding the extraEnvs for kubernetes request timeout. Using the same setup on a local Kind cluster, works without any issues.
|
Beta Was this translation helpful? Give feedback.
All reactions
This discussion was converted from issue #10118 on May 16, 2024 08:01.
-
Bug Description
Adding an annotation to the service account of Kafka Connect creates only the new annotated service account (kafka-connect pod does not get created), while cluster operator times out trying to reconcile kafka-connect StrimziPodSet.
Steps to reproduce
KafkaConnect config to reproduce
Expected behavior
Cluster Operator creates both the pod and the annotated service account
Strimzi version
0.41.0
Kubernetes version
1.26
Installation method
No response
Infrastructure
No response
Configuration files and logs
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions