Ciprian Hacman
Ciprian Hacman
/remove-lifecycle stale
This is mostly done and available for testing and feedback. That can be done as separate issues if needed.
/reopen /kind office-hours
Fixed by https://github.com/kubernetes/kops/pull/14466 and cherry-picked to https://github.com/kubernetes/kops/pull/14478 and https://github.com/kubernetes/kops/pull/14479.
Seems pretty much fixed. If there's anything else please reopen.
Let's add these only to the tests that you created and will see how to do it for all later.
Please try https://kops.sigs.k8s.io/operations/troubleshoot/.
Your problem is that the instance is still not deleted.
You should be able to use `image` and `initImage` to set a different version: https://pkg.go.dev/k8s.io/kops/pkg/apis/kops#AmazonVPCNetworkingSpec /kind support
ClusterAutoscaler might be a good fit for this use case. They recently added a new flag `--scale-down-unready-enabled`. https://github.com/kubernetes/autoscaler/pull/5537