You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The operator does not wait for all containers to be ready, instead it waits for the pod to have an IP assigned. This causes errors in the controll flow - for example there will be an attempt to clusterize pods immediately after they have IPs, but the Redis container might not be up yet.
We should improve the logic here to take intro account the extra containers:
The operator does not wait for all containers to be ready, instead it waits for the pod to have an IP assigned. This causes errors in the controll flow - for example there will be an attempt to clusterize pods immediately after they have IPs, but the Redis container might not be up yet.
We should improve the logic here to take intro account the extra containers:
redis-operator/controllers/k8sresources.go
Line 256 in 568fe7b
We should use health probes on the Redis container for this. (#40)
The text was updated successfully, but these errors were encountered: