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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
# NodeConfig Operator
2
2
3
-
An operator to manage node labels, annoations and taints.
3
+
An operator to manage node labels, annotations and taints based on `NodeConfig` Custom Resource.
4
4
5
5
6
-
To have the node configuration as IaC, there are two operators:
6
+
Comparison to alternatives:
7
7
8
8
1.https://github.com/barpilot/node-labeler-operator: this one does support node taints and labels, but can only select nodes based on labels, not node name pattern (regex). Also it is not an actively maintained project and has no activity since 2018.
0 commit comments