Strmzi 0.26.0 on GKE (version - 1.30.5-gke.1014001) - poddisruptionbudgets not found #10729
karanalang
started this conversation in
General
Replies: 2 comments 1 reply
-
You have to upgrade, 0.26 is super old and does not support latest Kubernetes versions |
Beta Was this translation helpful? Give feedback.
0 replies
-
@scholzj - thanks .. qq .. the kafkabridge & kafkuser are not showing as ready .. but i still see data flowing into Kafka .. is that expected ? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello All - we have Strimzi 0.26.0 deployed on GKE (version - 1.30.5-gke.1014001)
resources - Kafka, KafkaBrodge, KafkaUser are now showing error due to - poddisruptionbudgets not found
Error in the strimzi operator pod :
Kafka, KafkaBridge & KafkaUsers are not showing as ready due to these issues,
btw, these services were up till yesterday when we did a rolling restart of the entity operator
Logs from Kafka pods show SSL connectivity issues which might be related to the KafkaBridge/KafkaUser going down
From what i understand, Strimzi 0.26.0 references the deprecated 'policy/v1beta1' API for PDBs, while Kubernetes 1.30 has deprecated 'policy/v1beta1' .. so that is resulting in this issues i.e. Strimzi is attempting to check for PDB using apiVersion 'policy/v1beta1' which is not supported in Kubernetes 1.30
Is my understanding correct ?
What do i need to do to get the cluster running ?
Do i need to upgrade the cluster ? is there a quick-fix that can be done ?
Pls let me know!
thanks!
Beta Was this translation helpful? Give feedback.
All reactions