Results 7 comments of wuyafang

` because the queue-proxy will be communicating with the user container using that port,` Perhaps queue-proxy container will use USER_PORT env, which is its own env var, instead of the...

` And if we can find a way to let people continue to live at the "ksvc" level and not drop down into deployments/rs/pods to see there was an error,...

what do you mean about "shut down cleanly"? I try to reproduce the problem by delete pod --force. and a new ingester pod is produced by deployment controller immediately. nowI...

I try to reproduce the problem by delete pod --force. and a new ingester pod is produced by deployment controller immediately. nowI get an ring has two ingester(one is active,the...

I know... you do this ``` replicationFactor := r.cfg.ReplicationFactor if len(ingesters) > replicationFactor { replicationFactor = len(ingesters) } ``` so the replicationFactor is 2 now, instead of what I set...

`Note that distributor.client-cleanup-period (def 15s) & distributor.health-check-ingesters (def: false) controls the ingester cleanup, which will clean up Unhealthy ingesters if you have the health-check-ingesters enabled.` I tried this. but it...