Ole Markus With
Ole Markus With
Happy to review a PR.
The feature you are asking for here only exists for [AWS Load Balancer Controller](https://github.com/kubernetes-sigs/aws-load-balancer-controller/). CCM only supports instance targets.
/remove-lifecycle stale
This sounds identical to what kOps does, allowing IPv6 prefix support regardless of which CNI is used. We have been discussing if the kOps address controller should be moved to...
From my side, it's only the time it takes to do it. When it was implemented, it was simpler to get it into kops than into this project.
I think you are perhaps looking for the wrong solution. When nodes become not-ready, pods should be evicted. The time before eviction is also configurable. See https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/#taint-based-evictions PVCs certainly follow...
If the node has been (mostly) evicted, i.e its utilisation is below the configured CAS threshold, then CAS will terminate it. There is a huge difference between failing workloads and...
The logs say that it shouldn't scale down because you are at minimum capacity anyway. And there is no need for additional capacity in the cluster. This is not a...
Sorry I am not able to reproduce this now. If the pod hangs on termination, there is a finaliser blocking it, most likely.