Skip to content

Commit dc5093f

Browse files
authored
Merge pull request #24819 from doug-fish/master
Add missing space
2 parents 6a887a3 + 9f052f9 commit dc5093f

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
@@ -226,7 +226,7 @@ As of Kubernetes 1.20, the following functionality does not exist in the Network
226226
- Forcing internal cluster traffic to go through a common gateway (this might be best served with a service mesh or other proxy).
227227
- Anything TLS related (use a service mesh or ingress controller for this).
228228
- Node specific policies (you can use CIDR notation for these, but you cannot target nodes by their Kubernetes identities specifically).
229-
- Targeting of namespaces or services by name (you can, however, target pods or namespaces by their{{< glossary_tooltip text="labels" term_id="label" >}}, which is often a viable workaround).
229+
- Targeting of namespaces or services by name (you can, however, target pods or namespaces by their {{< glossary_tooltip text="labels" term_id="label" >}}, which is often a viable workaround).
230230
- Creation or management of "Policy requests" that are fulfilled by a third party.
231231
- Default policies which are applied to all namespaces or pods (there are some third party Kubernetes distributions and projects which can do this).
232232
- Advanced policy querying and reachability tooling.

0 commit comments

Comments
 (0)