File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
// Module included in the following assemblies:
2
2
//
3
- // * virt/node_network/virt-troubleshooting-node-network.adoc
4
3
// * networking/k8s_nmstate/k8s-nmstate-troubleshooting-node-network.adoc
5
4
6
5
:_content-type: PROCEDURE
10
9
You can apply changes to the node network configuration across your entire cluster by applying a node network configuration policy.
11
10
If you apply an incorrect configuration, you can use the following example to troubleshoot and correct the failed node network policy.
12
11
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.
14
13
The policy fails to be applied because it references an incorrect interface.
15
14
To find the error, investigate the available NMState resources. You can then update the policy with the correct configuration.
16
15
@@ -83,7 +82,7 @@ The output shows that the policy failed on all nodes:
83
82
.Example output
84
83
[source,terminal]
85
84
----
86
- NAME STATUS
85
+ NAME STATUS
87
86
control-plane-1.ens01-bridge-testfail FailedToConfigure
88
87
control-plane-2.ens01-bridge-testfail FailedToConfigure
89
88
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
201
200
[source,yaml]
202
201
----
203
202
- ipv4:
204
- ...
203
+ ...
205
204
name: ens1
206
205
state: up
207
206
type: ethernet
You can’t perform that action at this time.
0 commit comments