Skip to content

Commit 9f5bd65

Browse files
authored
Merge pull request #24079 from zaneb/patch-1
Fix grammatical error in headline
2 parents 1db86fc + 8e66f24 commit 9f5bd65

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
@@ -219,7 +219,7 @@ When the feature gate is enabled, you can set the `protocol` field of a NetworkP
219219
You must be using a {{< glossary_tooltip text="CNI" term_id="cni" >}} plugin that supports SCTP protocol NetworkPolicies.
220220
{{< /note >}}
221221

222-
# What you CAN'T do with network policy's (at least, not yet)
222+
# What you CAN'T do with network policies (at least, not yet)
223223

224224
As of Kubernetes 1.20, the following functionality does not exist in the NetworkPolicy API, but you might be able to implement workarounds using Operating System components (such as SELinux, OpenVSwitch, IPTables, and so on) or Layer 7 technologies (Ingress controllers, Service Mesh implementations) or admission controllers. In case you are new to network security in Kubernetes, its worth noting that the following User Stories cannot (yet) be implemented using the NetworkPolicy API. Some (but not all) of these user stories are actively being discussed for future releases of the NetworkPolicy API.
225225

0 commit comments

Comments
 (0)