File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
content/en/docs/concepts/services-networking Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ You must be using a {{< glossary_tooltip text="CNI" term_id="cni" >}} plugin tha
225
225
226
226
{{< feature-state for_k8s_version="v1.21" state="alpha" >}}
227
227
228
- When writing a Network Policy , you can target a range of Ports instead of a single port.
228
+ When writing a NetworkPolicy , you can target a range of ports instead of a single port.
229
229
230
230
This is achiveable with the usage of the `endPort` field, as the following example :
231
231
@@ -260,7 +260,8 @@ The following restrictions apply when using this field:
260
260
* When using `endPort` field, the `port` field must be numeric.
261
261
262
262
{{< note >}}
263
- You must be using a {{< glossary_tooltip text="CNI" term_id="cni" >}} plugin that supports endPort field in NetworkPolicies ports specification.
263
+ Your cluster must be using a {{< glossary_tooltip text="CNI" term_id="cni" >}} plugin that
264
+ supports the `endPort` field in NetworkPolicy specifications.
264
265
{{< /note >}}
265
266
266
267
# # What you can't do with network policies (at least, not yet)
You can’t perform that action at this time.
0 commit comments