Matt Whittington

Results 6 comments of Matt Whittington

Try adding an init container that sleeps for a while and see if that solves the problem. If the pod starts up too quickly it may cause problems with the...

> Current liveness probe logic i believe it is wrong. > A liveness probe should not check a dependency like kube2iam is doing: While a liveness probe ideally shouldn't check...

The check itself probably shouldn't change, but we should add the ability to interpret it under a wider variety of situations. I think the following should address the situation and...

While we're at it, it would be great to include logging when scaling down of the AZ that each instance is in.

I'm also affected by this problem. I'm writing a small piece of software to handle mirroring repositories between two systems and having to do a manual prune of references outside...

There is currently no way to disable it, but you could use a suitably long time value to emulate this behaviour. Something like `unhealthy-pod-termination-after=8760h` would mean that it would block...