-
Hi Strimzi team, But with StrimziPodSet, the kafka pod is well deleted, but it don't re-scale.
Am I missing a StrimziPodSet parameter to ensure Scheduling and pod management? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
The error suggests the problem is with your Istio webhook and due to it Kubernetes cannot create the Pod as requested by Strimzi:
So I guess you should remove the Istio admission controller or fix it to work. It is not clear what your intention is - Strimzi does not support Istio and its sidecars - although I think some people made it to work. It is also not obvious why would the StatefulSets pods not be blocked by the same error, but it is hard to say without knowing your environment. |
Beta Was this translation helpful? Give feedback.
That would be possible -> this would be a known problem with admission controllers. You should normally either have it HA or have it configured to let Kubernetes ignore it if it is not available. #8464 should add resync (periodical retry) in the next Strimzi version. But I think fixing the Istio controller should be done regardless of that.