Skip to content

Commit

Permalink
document network policy option
Browse files Browse the repository at this point in the history
  • Loading branch information
aojea committed May 14, 2024
1 parent c875940 commit 76de999
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions site/content/docs/user/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,20 @@ networking:
disableDefaultCNI: true
{{< /codeFromInline >}}

#### Network Policies

KIND ships with an implementation of Kubernetes Network Policies
[kube-network-policies](https://github.com/kubernetes-sigs/kube-network-policies) that
is disabled by default.

You may enable this option by setting the corresponding configuration.
{{< codeFromInline lang="yaml" >}}
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
networking:
networkPolicies: true
{{< /codeFromInline >}}


#### kube-proxy mode

Expand Down

0 comments on commit 76de999

Please sign in to comment.