nestybox / sysbox-pkgr

Sysbox-pkgr repository
5 stars 14 forks source link

Support GKE startup taints #117

Closed raphaelfff closed 6 months ago

raphaelfff commented 11 months ago

https://cloud.google.com/kubernetes-engine/docs/how-to/cluster-autoscaler#startup_taints

To help with the autoscaler, it would be useful to add support for custom tains in the deploy-k8s.sh script

ctalledo commented 11 months ago

Thanks @raphaelfff for the suggestion.

In case you have cycles and want to implement this / contribute it, here's the relevant part of the code:

https://github.com/nestybox/sysbox-pkgr/blob/ecd697f4d9c83d9ae48bbe2f6cf87362df13225e/k8s/scripts/sysbox-deploy-k8s.sh#L1049-L1050

As you can see, we use a taint already, but not a startup taint.