Skip to content

Commit e1c855f

Browse files
committed
CNV-21804: master changed to control plane
Signed-off-by: Avital Pinnick <[email protected]>
1 parent e1142e5 commit e1c855f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

modules/virt-troubleshooting-incorrect-policy-config.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Module included in the following assemblies:
22
//
3-
// * virt/node_network/virt-troubleshooting-node-network.adoc
43
// * networking/k8s_nmstate/k8s-nmstate-troubleshooting-node-network.adoc
54

65
:_content-type: PROCEDURE
@@ -10,7 +9,7 @@
109
You can apply changes to the node network configuration across your entire cluster by applying a node network configuration policy.
1110
If you apply an incorrect configuration, you can use the following example to troubleshoot and correct the failed node network policy.
1211

13-
In this example, a Linux bridge policy is applied to an example cluster that has three control plane nodes (master) and three compute (worker) nodes.
12+
In this example, a Linux bridge policy is applied to an example cluster that has three control plane nodes and three compute nodes.
1413
The policy fails to be applied because it references an incorrect interface.
1514
To find the error, investigate the available NMState resources. You can then update the policy with the correct configuration.
1615

@@ -83,7 +82,7 @@ The output shows that the policy failed on all nodes:
8382
.Example output
8483
[source,terminal]
8584
----
86-
NAME STATUS
85+
NAME STATUS
8786
control-plane-1.ens01-bridge-testfail FailedToConfigure
8887
control-plane-2.ens01-bridge-testfail FailedToConfigure
8988
control-plane-3.ens01-bridge-testfail FailedToConfigure
@@ -201,7 +200,7 @@ The output shows that the interface name on the nodes is `ens1` but the failed p
201200
[source,yaml]
202201
----
203202
- ipv4:
204-
...
203+
...
205204
name: ens1
206205
state: up
207206
type: ethernet

0 commit comments

Comments
 (0)