-
Notifications
You must be signed in to change notification settings - Fork 1.8k
CNV-55995: Host network configuration visualization #97234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ousleyp
merged 1 commit into
openshift:main
from
sbeskin-redhat:CNV_55995_Host_network_configuration_visualization
Aug 28, 2025
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
...les/virt-viewing-graphical-representation-of-network-state-of-node-console.adoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
// Module included in the following assemblies: | ||
// | ||
// * networking/k8s_nmstate/k8s-observing-node-network-state.adoc | ||
// * networking/k8s_nmstate/k8s-nmstate-updating-node-network-config.adoc | ||
|
||
:_mod-docs-content-type: PROCEDURE | ||
[id="virt-viewing-graphical-representation-of-network-state-of-node-console_{context}"] | ||
= Viewing a graphical representation of the network state of a node (NNS) topology from the web console | ||
|
||
To make the configuration of the node network in the cluster easier to understand, you can view it in the form of a diagram. The NNS topology diagram displays all node components (network interface controllers, bridges, bonds, and VLANs), their properties and configurations, and connections between the nodes. | ||
|
||
To open the topology view of the cluster, use the following steps: | ||
|
||
* In the *Administrator* view of the {product-title} web console, navigate to *Networking* -> *Node Network Configuration*. | ||
+ | ||
The NNS topology diagram opens. Each group of components represents a single node. | ||
+ | ||
** To display the configuration and properties of a node, click inside the border of the node. | ||
** To display the features or the YAML file of a specific component (for example, an interface or a bridge), click the icon of the component. | ||
** The icons of active components have green borders; the icons of disconnected components have red borders. |
23 changes: 23 additions & 0 deletions
23
modules/virt-viewing-list-of-nodenetworkstate-resources-console.adoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
// Module included in the following assemblies: | ||
// | ||
// * networking/k8s_nmstate/k8s-observing-node-network-state.adoc | ||
// * networking/k8s_nmstate/k8s-nmstate-updating-node-network-config.adoc | ||
|
||
:_mod-docs-content-type: PROCEDURE | ||
[id="virt-viewing-list-of-nodenetworkstate-resources-console_{context}"] | ||
= Viewing the list of NodeNetworkState resources | ||
|
||
As an administrator, you can use the {product-title} web console to view the list of `NodeNetworkState` resources and network interfaces, and access network details. | ||
|
||
.Procedure | ||
. Navigate to *Networking* → *Node Network Configuration*. | ||
. Click the *List* icon. | ||
+ | ||
You can now 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. | ||
|
||
* To access the detailed information about a `NodeNetworkState` resource, click the `NodeNetworkState` resource name listed in the *Name* column . | ||
|
||
* To expand and view the *Network Details* section for the `NodeNetworkState` resource, click the greater than (*>*) symbol . Alternatively, you can click on each interface type under the *Network interface* column to view the network details. | ||
|
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.