Skip to content
Permalink
Browse files
Fix typo at network-policies.md
  • Loading branch information
lucasbasquerotto committed Oct 21, 2021
1 parent de82615 commit c9847dafe284f2f9f5e88f75c5b0bca73dc5a4de
Showing with 1 addition and 1 deletion.
  1. +1 βˆ’1 content/en/docs/concepts/services-networking/network-policies.md
@@ -261,7 +261,7 @@ The following restrictions apply when using this field:
at a cluster level, you (or your cluster administrator) need to disable the
`NetworkPolicyEndPort` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
for the API server with `--feature-gates=NetworkPolicyEndPort=false,…`.
* 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.
* `endPort` can only be defined if `port` is also defined.
* Both ports must be numeric.

0 comments on commit c9847da

Please sign in to comment.