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
{{ message }}
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.
There is another node label operator (https://github.com/barpilot/node-labeler-operator) which seems to be deprecated (no activity since 2018), however it supports defining taints on nodes, based on a selector. Also that operator does not support regex name matching. I think it's really useful to have that feature in this operator as well.
The text was updated successfully, but these errors were encountered:
Hi @m-yosefpor, I'm sorry, but we are not maintaining this operator. Our usecase changed before we actually started using it. I will add a note to the readme.
I've written another operator with operator-sdk which supports labels, annotations, and taints, namepattern matching, and label matching, based on this operator and also https://github.com/barpilot/node-labeler-operator (the latter is also deprecated). We will open-source it soon, and share the link here if any one else is interested in such operator.
Being able to define taints on nodes which match a selector. for example:
There is another node label operator (https://github.com/barpilot/node-labeler-operator) which seems to be deprecated (no activity since 2018), however it supports defining taints on nodes, based on a selector. Also that operator does not support regex name matching. I think it's really useful to have that feature in this operator as well.
The text was updated successfully, but these errors were encountered: