Austin Porter
Austin Porter
Out of curiosity, what sort of usage are you seeing? I'm currently seeing my pods consuming around 60-70mb of a memory, but occasionally one will spike to 1-3GB of usage...
@runningman84 Just to make sure I'm fully understanding the situation, there is 0 support for prometheus today? As someone considering using ALB Ingress controller, am I correct to understand that...
Hey [MirzaSikander](https://github.com/MirzaSikander), I'm super interested in this and curious if you ever plan to pick this back up? Maybe share some original intentions behind it?
@4TT1L4 Can you share what your `knownTypeFields` config looks like? The example in the docs is for an Argo Rollout, but I can't seem to get the Deployment spec to...
Probably not the biggest issue in the world, but I'm right there with you! Would love this quality of life improvement.
@howardjohn I would imagine for the same reason people are using the Istio Operator's patch configuration to set this. https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/2131#issuecomment-1097290120 I know the history of this chart was to not...
@howardjohn So came back with more learnings as to why I don't think this is specific to AWS ALB's: - My preStop attempt to sleep wasn't working because I'm using...
Definitely agree! See related comment on a separate feature request to the helm chart https://github.com/istio/istio/issues/47265#issuecomment-1793535504
@howardjohn my understanding is that `terminationDrainDuration` is about the draining of connections AFTER the SIGTERM has been sent to envoy. Similar to K8s `terminationGracePeriodSeconds`. The problem is that after the...
> Why is it not long enough? It is configurable: terminationDrainDuration @howardjohn Okay maybe this is what's happening https://github.com/istio/istio/issues/44690#issuecomment-1532372723 I'm using `EXIT_ON_ZERO_ACTIVE_CONNECTIONS` because I want my proxy sidecar to stay...