Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/nodes-cluster-enabling-features-about.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The following Technology Preview features are enabled by this feature set:
** Dynamic Resource Allocation API. Enables a new API for requesting and sharing resources between pods and containers. This is an internal feature that most users do not need to interact with. (`DynamicResourceAllocation`)
** Pod security admission enforcement. Enables the restricted enforcement mode for pod security admission. Instead of only logging a warning, pods are rejected if they violate pod security standards. (`OpenShiftPodSecurityAdmission`)
** StatefulSet pod availability upgrading limits. Enables users to define the maximum number of statefulset pods unavailable during updates which reduces application downtime. (`MaxUnavailableStatefulSet`)
** `OVNObservability` resource allows you to verify expected network behavior. Supports the following network APIs: `NetworkPolicy`, `AdminNetworkPolicy`, `BaselineNetworkPolicy`, `UserDefinesdNetwork` isolation, multicast ACLs, and egress firewalls. When enabled, you can view network events in the terminal.
** `OVNObservability` resource allows you to verify expected network behavior. Supports the following network APIs: `NetworkPolicy`, `AdminNetworkPolicy`, `BaselineNetworkPolicy`, `UserDefinedNetwork` isolation, multicast ACLs, and egress firewalls. When enabled, you can view network events in the terminal.
** `gcpLabelsTags`
** `vSphereStaticIPs`
** `routeExternalCertificate`
Expand Down
4 changes: 2 additions & 2 deletions modules/nw-ovn-kubernetes-observability.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ OVN-Kubernetes network traffic can be viewed with OVS sampling via the CLI for t
* `NetworkPolicy`
* `AdminNetworkPolicy`
* `BaselineNetworkPolicy`
* `UserDefinesdNetwork` isolation
* `UserDefinedNetwork` isolation
* `EgressFirewall`
* Multicast ACLs.

Expand All @@ -29,7 +29,7 @@ Use the following procedure to view OVN-Kubernetes network traffic using the CLI

* You are logged in to the cluster as a user with `cluster-admin` privileges.
* You have created a source pod and a destination pod and ran traffic between them.
* You have created at least one of the following network APIs: `NetworkPolicy`, `AdminNetworkPolicy`, `BaselineNetworkPolicy`, `UserDefinesdNetwork` isolation, multicast, or egress firewalls.
* You have created at least one of the following network APIs: `NetworkPolicy`, `AdminNetworkPolicy`, `BaselineNetworkPolicy`, `UserDefinedNetwork` isolation, multicast, or egress firewalls.

.Procedure

Expand Down