Amazon-eks-ami: How do I configure Kube controller?

Created on 9 Feb 2019  路  8Comments  路  Source: awslabs/amazon-eks-ami

We're looking into how to make our pod eviction timeout shorter so that our cluster can respond to dead nodes quicker. At present, I can't see a single place to inject the --pod-eviction-timeout flag.

Is this a feature that hasn't been implemented yet or am I missing something?

Most helpful comment

Is this still not supported ? I had a similar configuration to add (HPA scale down delay --horizontal-pod-autoscaler-downscale-delay) @ChrisCooney Did you find a workaround?
Thanks,
Srini

All 8 comments

In EKS, the kube-controller-manager is managed by AWS (along with the other components) and you cannot modify its parameters.

This AMI is only meant for the worker nodes; you can only modify the parameters of the kubelet here.

Understood - was hoping there might be something that I'd missed. Given it's not relevant, happy to close the issue.

Is this still not supported ? I had a similar configuration to add (HPA scale down delay --horizontal-pod-autoscaler-downscale-delay) @ChrisCooney Did you find a workaround?
Thanks,
Srini

Afraid not! There is an open issue on the AWS container road map repository for it though.

Is this still not supported ? I had a similar configuration to add (HPA scale down delay --horizontal-pod-autoscaler-downscale-delay) @ChrisCooney Did you find a workaround?
Thanks,
Srini

I'm looking for the same thing. default value is 5m is way too long for my use case

Afraid not! There is an open issue on the AWS container road map repository for it though.

Can u pls point me to this?

@thangbn - Looks like it's:
aws/containers-roadmap#159

thanks

Was this page helpful?
0 / 5 - 0 ratings

Related issues

max-rocket-internet picture max-rocket-internet  路  7Comments

t0ny-peng picture t0ny-peng  路  3Comments

tomweston picture tomweston  路  4Comments

pahud picture pahud  路  8Comments

tupacalypse187 picture tupacalypse187  路  3Comments