project-codeflare / instascale

On-demand Kubernetes/OpenShift cluster scaling and aggregated resource provisioning
Apache License 2.0
10 stars 20 forks source link

Add taint and toleration logic to machinepools in instascale #163

Open dimakis opened 1 year ago

dimakis commented 1 year ago

Currently machineset nodes are tainted so that only specified rayclusters will be provisioned on the nodes, this same logic should be added to machinepools.

dimakis commented 1 year ago

I'm thinking this could potentially be optional, changes in the sdk/ appwrapper may need to be implemented if we chooose this route.