We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e24543 commit ad61b1eCopy full SHA for ad61b1e
site/content/docs/user/configuration.md
@@ -214,6 +214,20 @@ networking:
214
disableDefaultCNI: true
215
{{< /codeFromInline >}}
216
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
231
232
#### kube-proxy mode
233
0 commit comments