Skip to content

Commit ad61b1e

Browse files
committed
document network policy option
1 parent 7e24543 commit ad61b1e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

site/content/docs/user/configuration.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,20 @@ networking:
214214
disableDefaultCNI: true
215215
{{< /codeFromInline >}}
216216

217+
#### Network Policies
218+
219+
KIND ships with an implementation of Kubernetes Network Policies
220+
[kube-network-policies](https://github.com/kubernetes-sigs/kube-network-policies) that
221+
is disabled by default.
222+
223+
You may enable this option by setting the corresponding configuration.
224+
{{< codeFromInline lang="yaml" >}}
225+
kind: Cluster
226+
apiVersion: kind.x-k8s.io/v1alpha4
227+
networking:
228+
networkPolicies: true
229+
{{< /codeFromInline >}}
230+
217231

218232
#### kube-proxy mode
219233

0 commit comments

Comments
 (0)