Skip to content

Commit 0ca94ee

Browse files
authored
Merge pull request #28984 from chirangaalwis/patch-1
[NetworkPolicy][EndPort] Fix incorrect grammar of the valid range of `endPort` property
2 parents 5f8fdc6 + 46987cf commit 0ca94ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/services-networking/network-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ The above rule allows any Pod with label `db` on the namespace `default` to comm
255255

256256
The following restrictions apply when using this field:
257257
* As an alpha feature, this is disabled by default. To enable the `endPort` field at a cluster level, you (or your cluster administrator) need to enable the `NetworkPolicyEndPort` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) for the API server with `--feature-gates=NetworkPolicyEndPort=true,…`.
258-
* The `endPort` field must be equal than or greater to the `port` field.
258+
* The `endPort` field must be equal to or greater than the `port` field.
259259
* `endPort` can only be defined if `port` is also defined.
260260
* Both ports must be numeric.
261261

0 commit comments

Comments
 (0)