Skip to content

Commit 38ec1e6

Browse files
author
Shubha Narayanan
committed
Observe NodeNetworkState from console
1 parent bdd211c commit 38ec1e6

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * networking/k8s_nmstate/k8s-observing-node-network-state.adoc
4+
5+
:_content-type: PROCEDURE
6+
[id="virt-viewing-network-state-of-node-console_{context}"]
7+
= Viewing the network state of a node from the web console
8+
9+
As an administrator, you can use the {product-title} web console to observe `NodeNetworkState` resources and network interfaces, and access network details.
10+
11+
.Procedure
12+
. Navigate to *Networking**NodeNetworkState*.
13+
+
14+
In the *NodeNetworkState* page, you can view the list of `NodeNetworkState` resources and the corresponding interfaces that are created on the nodes. You can use *Filter* based on *Interface state*, *Interface type*, and *IP*, or the search bar based on criteria *Name* or *Label*, to narrow down the displayed `NodeNetworkState` resources.
15+
16+
. To access the detailed information about `NodeNetworkState` resource, click the `NodeNetworkState` resource name listed in the *Name* column .
17+
18+
. to expand and view the *Network Details* section for the `NodeNetworkState` resource, click the *>* icon . Alternatively, you can click on each interface type under the *Network interface* column to view the network details.
19+

modules/virt-viewing-network-state-of-node.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:_content-type: PROCEDURE
66
[id="virt-viewing-network-state-of-node_{context}"]
7-
= Viewing the network state of a node
7+
= Viewing the network state of a node by using the CLI
88

99
A `NodeNetworkState` object exists on every node in the cluster. This object is periodically updated and captures the state of the network for that node.
1010

networking/k8s_nmstate/k8s-nmstate-observing-node-network-state.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ Node network state is the network configuration for all nodes in the cluster.
1212
include::modules/virt-about-nmstate.adoc[leveloffset=+1]
1313

1414
include::modules/virt-viewing-network-state-of-node.adoc[leveloffset=+1]
15+
16+
include::modules/virt-viewing-network-state-of-node-console.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)