Skip to content

Commit bc37fca

Browse files
authored
Merge pull request #83215 from openshift-cherrypick-robot/cherry-pick-83211-to-enterprise-4.18
[enterprise-4.18] TThe > The typo fixes
2 parents 7102d5c + 33a3924 commit bc37fca

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

edge_computing/image-base-install/ibi-understanding-image-based-install.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The `openshift-install` program uses these resources to generate a configuration
5656
[id="ibi-installation-deployment-components"]
5757
== Image-based installation and deployment components
5858

59-
TThe following content describes the components in an image-based installation and deployment.
59+
The following content describes the components in an image-based installation and deployment.
6060

6161
Seed image:: OCI container image generated from a dedicated cluster with the target {product-title} version.
6262

modules/installation-nutanix-config-yaml.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ If you disable simultaneous multithreading, ensure that your capacity planning a
115115
====
116116
<4> Optional: Provide additional configuration for the machine pool parameters for the compute and control plane machines.
117117
<5> Optional: Provide one or more pairs of a prism category key and a prism category value. These category key-value pairs must exist in Prism Central. You can provide separate categories to compute machines, control plane machines, or all machines.
118-
<6> TThe cluster network plugin to install. The default value `OVNKubernetes` is the only supported value.
118+
<6> The cluster network plugin to install. The default value `OVNKubernetes` is the only supported value.
119119
ifndef::openshift-origin[]
120120
<7> Optional: Specify a project with which VMs are associated. Specify either `name` or `uuid` for the project type, and then provide the corresponding UUID or project name. You can associate projects to compute machines, control plane machines, or all machines.
121121
<8> Optional: By default, the installation program downloads and installs the {op-system-first} image. If Prism Central does not have internet access, you can override the default behavior by hosting the {op-system} image on any HTTP server and pointing the installation program to the image.

modules/nw-ovn-k-adminnetwork-policy-action-rules.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ When combined with the strong `Allow` example, the `block-monitoring` ANP has a
7575
[discrete]
7676
[id="adminnetworkpolicy-pass-example_{context}"]
7777
== AdminNetworkPolicy Pass example
78-
TThe following ANP that is defined at priority 7 ensures all ingress traffic from the `monitoring` namespace towards internal infrastructure tenants (namespaces that have labels `security: internal`) are passed on to tier 2 of the ACLs and evaluated by the namespaces’ `NetworkPolicy` objects.
78+
The following ANP that is defined at priority 7 ensures all ingress traffic from the `monitoring` namespace towards internal infrastructure tenants (namespaces that have labels `security: internal`) are passed on to tier 2 of the ACLs and evaluated by the namespaces’ `NetworkPolicy` objects.
7979

8080
.Example YAML file for a strong `Pass` ANP
8181
[%collapsible]
@@ -106,4 +106,4 @@ spec:
106106
This example is a strong `Pass` action ANP because it delegates the decision to `NetworkPolicy` objects defined by tenant owners. This `pass-monitoring` ANP allows all tenant owners grouped at security level `internal` to choose if their metrics should be scraped by the infrastructures' monitoring service using namespace scoped `NetworkPolicy` objects.
107107

108108
//We will need to put this in for 4.16 when the module on best practices are created.
109-
//For more information an example of how to use `NetworkPolicy` to create multi-tenancy policies using ANP and BANP, see "BaselineAdminNetworkPolicy multi-tenancy example".
109+
//For more information an example of how to use `NetworkPolicy` to create multi-tenancy policies using ANP and BANP, see "BaselineAdminNetworkPolicy multi-tenancy example".

0 commit comments

Comments
 (0)