Skip to content

Commit a16b936

Browse files
authored
Merge pull request #33552 from jboxman/not-is-using
Prefer uses to is using
2 parents 69823f2 + 109254b commit a16b936

6 files changed

+6
-6
lines changed

modules/nw-networkpolicy-create.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you log in with a user with the `cluster-admin` role, then you can create a n
1919

2020
.Prerequisites
2121

22-
* Your cluster is using a cluster network provider that supports `NetworkPolicy` objects, such as
22+
* Your cluster uses a cluster network provider that supports `NetworkPolicy` objects, such as
2323
ifndef::ovn[]
2424
the OpenShift SDN network provider with `mode: NetworkPolicy` set.
2525
endif::ovn[]

modules/nw-networkpolicy-delete.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you log in with a user with the `cluster-admin` role, then you can delete any
1919

2020
.Prerequisites
2121

22-
* Your cluster is using a cluster network provider that supports `NetworkPolicy` objects, such as
22+
* Your cluster uses a cluster network provider that supports `NetworkPolicy` objects, such as
2323
ifndef::ovn[]
2424
the OpenShift SDN network provider with `mode: NetworkPolicy` set.
2525
endif::ovn[]

modules/nw-networkpolicy-edit.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If you log in with a user with the `cluster-admin` role, then you can edit a net
1818

1919
.Prerequisites
2020

21-
* Your cluster is using a cluster network provider that supports `NetworkPolicy` objects, such as
21+
* Your cluster uses a cluster network provider that supports `NetworkPolicy` objects, such as
2222
ifndef::ovn[]
2323
the OpenShift SDN network provider with `mode: NetworkPolicy` set.
2424
endif::ovn[]

modules/nw-networkpolicy-multitenant-isolation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ project namespaces.
1515

1616
.Prerequisites
1717

18-
* Your cluster is using a cluster network provider that supports `NetworkPolicy` objects, such as
18+
* Your cluster uses a cluster network provider that supports `NetworkPolicy` objects, such as
1919
ifndef::ovn[]
2020
the OpenShift SDN network provider with `mode: NetworkPolicy` set.
2121
endif::ovn[]

modules/nw-networkpolicy-project-defaults.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ As a cluster administrator, you can add network policies to the default template
1212

1313
.Prerequisites
1414

15-
* Your cluster is using a default CNI network provider that supports `NetworkPolicy` objects, such as the OpenShift SDN network provider with `mode: NetworkPolicy` set. This mode is the default for OpenShift SDN.
15+
* Your cluster uses a default CNI network provider that supports `NetworkPolicy` objects, such as the OpenShift SDN network provider with `mode: NetworkPolicy` set. This mode is the default for OpenShift SDN.
1616
* You installed the OpenShift CLI (`oc`).
1717
* You must log in to the cluster with a user with `cluster-admin` privileges.
1818
* You must have created a custom default project template for new projects.

modules/nw-ovn-kubernetes-migration-about.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ OVN-Kubernetes supports only the network policy isolation mode.
4646

4747
[IMPORTANT]
4848
====
49-
If your cluster is using OpenShift SDN configured in either the multitenant or subnet isolation modes, you cannot migrate to the OVN-Kubernetes network provider.
49+
If your cluster uses OpenShift SDN configured in either the multitenant or subnet isolation modes, you cannot migrate to the OVN-Kubernetes network provider.
5050
====
5151

5252
[discrete]

0 commit comments

Comments
 (0)