Skip to content

Commit cca3fb2

Browse files
authored
Merge pull request #64228 from rohennes/OCPBUGS-18429-mcp
OCPBUGS-18429: Clarifying best practices for nncp deployment across mcps
2 parents d12fb29 + 6de0c0e commit cca3fb2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/nw-sriov-networknodepolicy-object.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ spec:
4646
When specifying a name, be sure to use the accepted syntax expression `^[a-zA-Z0-9_]+$` in the `resourceName`.
4747

4848
<4> The node selector specifies the nodes to configure. Only SR-IOV network devices on the selected nodes are configured. The SR-IOV Container Network Interface (CNI) plugin and device plugin are deployed on selected nodes only.
49+
+
50+
[IMPORTANT]
51+
====
52+
The SR-IOV Network Operator applies node network configuration policies to nodes in sequence. Before applying node network configuration policies, the SR-IOV Network Operator checks if the machine config pool (MCP) for a node is in an unhealthy state such as `Degraded` or `Updating`. If a node is in an unhealthy MCP, the process of applying node network configuration policies to all targeted nodes in the cluster pauses until the MCP returns to a healthy state.
53+
54+
To avoid a node in an unhealthy MCP from blocking the application of node network configuration policies to other nodes, including nodes in other MCPs, you must create a separate node network configuration policy for each MCP.
55+
====
4956

5057
<5> Optional: The priority is an integer value between `0` and `99`. A smaller value receives higher priority. For example, a priority of `10` is a higher priority than `99`. The default value is `99`.
5158

0 commit comments

Comments
 (0)