Yann Soubeyrand
Yann Soubeyrand
I guess that node taints will have to be managed like node labels already are in order for the necessary node template to be set: https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/aws/README.md#scaling-a-node-group-to-0.
@mikestef9 in my understanding, all the labels and taints should be propagated to the ASG in the `k8s.io/cluster-autoscaler/node-template/[label|taint]/` format since the cluster autoscaler takes its decisions based on it. If...
> Hi All > is this feature already for AWS EKS? > From following documentation it appears EKS supports it - From CA 0.6 for GCE/GKE and CA 0.6.1 for...
@antonosmond there are good technical reasons why you cannot scale from 0 with the actual configuration: for the autoscaler to be able to scale from 0, one have to put...
@antonosmond if you're not using cluster autoscaler, you're scaling the ASG manually, right? What prevents you from setting a min and desired count to 0? It seems to work as...
> The API should allow me to create a node group with a zero size. I think we all agree with this ;-)
> How about `helm fetch --untar` the chart before passing the values file? This is a possible solution but not very user friendly ;-)
Yes, this tool may bring a solution to our use case, but having to use another tool "just" for this is not ideal in my opinion ;-) I think this...
Hello, can I do something to help this PR move forward?
Hi, What is the state of the discussions on upgrading the SDK?