-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
None
-
False
KafkaRoller tries to roll all pods even if they don't exist. But that results in NPEs. We should figure out that:
- If the Pod does not exist, we do not need to check its configuration
- We do not ned to try to roll it
But it is not completely clear what to do - should we wait for readiness?
Created by Strimzi#7007.