Open m-yosefpor opened 3 years ago
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.
Thanks @slintes for informing.
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.
Sounds great 👍🏼
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.