Optimize liveness and readiness wait when several charts have the same weight
Closed this issue · 1 comments
cvila84 commented
When several charts have the same weight, spray is testing the liveness/readiness one by one for each chart (with a remote kubectl call each time). If the first chart tested is the longest to be ready, we are losing time, because there will be (n-1) calls done to confirm the others are already ready
cvila84 commented
Not planned to be fixed in v3
Fixed in v4