We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de82615 commit c9847daCopy full SHA for c9847da
content/en/docs/concepts/services-networking/network-policies.md
@@ -261,7 +261,7 @@ The following restrictions apply when using this field:
261
at a cluster level, you (or your cluster administrator) need to disable the
262
`NetworkPolicyEndPort` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
263
for the API server with `--feature-gates=NetworkPolicyEndPort=false,…`.
264
-* The `endPort` field must be equal than or greater to the `port` field.
+* The `endPort` field must be equal to or greater than the `port` field.
265
* `endPort` can only be defined if `port` is also defined.
266
* Both ports must be numeric.
267
0 commit comments