13.3. Preventing node reconciliation
Use skip-node annotation to prevent the node-labeller from reconciling a node.
13.3.1. Using skip-node annotation 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
If you want the node-labeller to skip a node, annotate that node by using the OpenShift CLI (oc).
Prerequisites
-
You have installed the OpenShift CLI (
oc).
Procedure
Annotate the node that you want to skip by running the following command:
$ oc annotate node <node_name> node-labeller.kubevirt.io/skip-node=trueReplace
<node_name>with the name of the relevant node to skip.Reconciliation resumes on the next cycle after the node annotation is removed or set to false.