From ab9f7c94b7fb6412c90454150da99f95084d9660 Mon Sep 17 00:00:00 2001 From: Mohammad Yosefpor Date: Tue, 7 Sep 2021 21:47:50 +0430 Subject: [PATCH] chore: change readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8701d1..8b36dc6 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # NodeConfig Operator -An operator to manage node labels, annoations and taints. +An operator to manage node labels, annotations and taints based on `NodeConfig` Custom Resource. -To have the node configuration as IaC, there are two operators: +Comparison to alternatives: 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.