Skip to content

Commit d5f47c6

Browse files
authored
Merge pull request #87668 from stevsmit/48618-udn-typo
Fixes UDN typo
2 parents 2b21d49 + c8749d7 commit d5f47c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/nodes-cluster-enabling-features-about.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The following Technology Preview features are enabled by this feature set:
2929
** 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`)
3030
** 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`)
3131
** StatefulSet pod availability upgrading limits. Enables users to define the maximum number of statefulset pods unavailable during updates which reduces application downtime. (`MaxUnavailableStatefulSet`)
32-
** `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.
32+
** `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.
3333
** `gcpLabelsTags`
3434
** `vSphereStaticIPs`
3535
** `routeExternalCertificate`

modules/nw-ovn-kubernetes-observability.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ OVN-Kubernetes network traffic can be viewed with OVS sampling via the CLI for t
1313
* `NetworkPolicy`
1414
* `AdminNetworkPolicy`
1515
* `BaselineNetworkPolicy`
16-
* `UserDefinesdNetwork` isolation
16+
* `UserDefinedNetwork` isolation
1717
* `EgressFirewall`
1818
* Multicast ACLs.
1919
@@ -29,7 +29,7 @@ Use the following procedure to view OVN-Kubernetes network traffic using the CLI
2929

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

0 commit comments

Comments
 (0)