Skip to content

Commit bf08e8c

Browse files
tarilabsmedyagh
authored andcommitted
docs: fix typo
1 parent 672d1a2 commit bf08e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/en/docs/handbook/network_policy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ It is possible to replace the CNI on a running minikube cluster, but it is signi
3232

3333
The [Kubernetes documentation on declaring network policy](https://kubernetes.io/docs/tasks/administer-cluster/declare-network-policy/) is a good place to start to understand the possibilities. In addition, the tutorials in [Further reading]({{< ref "#further-reading" >}}) below give much more guidance.
3434

35-
The YAML below from the [Kubernetes NetworkPolicies](https://kubernetes.io/docs/concepts/services-networking/network-policies/#default-deny-all-ingress-traffic) documentation shows a very simple default ingress isolation policy or a namespace by creating a NetworkPolicy that selects all pods but does not allow any ingress traffic to those pods.
35+
The YAML below from the [Kubernetes NetworkPolicies](https://kubernetes.io/docs/concepts/services-networking/network-policies/#default-deny-all-ingress-traffic) documentation shows a very simple default ingress isolation policy on a namespace by creating a NetworkPolicy that selects all pods but does not allow any ingress traffic to those pods.
3636

3737
```yaml
3838
---

0 commit comments

Comments
 (0)