pusher / k8s-spot-rescheduler

Tries to move K8s Pods from on-demand to spot instances
Apache License 2.0
314 stars 44 forks source link

[IS-618] - Add support for new node label schema #62

Closed theobarberbany closed 5 years ago

theobarberbany commented 5 years ago

In Kubernetes v1.16 the old schema node-role.kubernetes.io/type is being removed. This PR adds support for the new kubernetes.io/role=type schema.

theobarberbany commented 5 years ago

/build docker