This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
This release has a breaking change!
#26 Introduced more configurable selectors for Nidhogg allowing you to use NOT selectors and multiple matches, however this breaks the synatax for old selectors so please update your selectors to match the new format when upgrading.
For example node-role.kubernetes.io/node: ""
would become node-role.kubernetes.io/node
See the readme for more examples https://github.com/uswitch/nidhogg#usage
Thanks to @pnovotnak for this feature.