From 96b763b25b6cda15a6f3a37b0560debf76233f7d Mon Sep 17 00:00:00 2001 From: Steven Smith Date: Tue, 21 Jan 2025 09:38:35 -0500 Subject: [PATCH] Fixes UDN typo --- modules/nodes-cluster-enabling-features-about.adoc | 2 +- modules/nw-ovn-kubernetes-observability.adoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/nodes-cluster-enabling-features-about.adoc b/modules/nodes-cluster-enabling-features-about.adoc index 607679bfeeca..0dc9e6a3e004 100644 --- a/modules/nodes-cluster-enabling-features-about.adoc +++ b/modules/nodes-cluster-enabling-features-about.adoc @@ -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` diff --git a/modules/nw-ovn-kubernetes-observability.adoc b/modules/nw-ovn-kubernetes-observability.adoc index 2ae9481ac152..a1c6ab068c1a 100644 --- a/modules/nw-ovn-kubernetes-observability.adoc +++ b/modules/nw-ovn-kubernetes-observability.adoc @@ -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. @@ -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