This is a cache of https://docs.okd.io/4.11/virt/node_maintenance/virt-preventing-node-reconciliation.html. It is a snapshot of the page at 2024-11-24T21:27:51.865+0000.
Preventing node reconciliation - Node maintenance | Virtualization | OKD 4.11
×

Use skip-node annotation to prevent the node-labeller from reconciling a node.

Using skip-node annotation

If you want the node-labeller to skip a node, annotate that node by using the oc cli.

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=true (1)
    1 Replace <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.