You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I replaced node_selector=node_selector with node_selector = {"usedby": "neuhausl"} in the plugin
the node needs a label with the key usedby and the value neuhausl for that to work
anything can be a key=value pair e.g. usedby=user, disktype=ssd, etc.
https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/
Idea: specify them as resources, but ideally in a k8s-independent generic fashion and introduce that as a default resource in Snakemake.
cc @neuhausl
The text was updated successfully, but these errors were encountered: