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 1256000 commit 7a937c4Copy full SHA for 7a937c4
test/commonValues.yaml
@@ -47,3 +47,7 @@ networking:
47
experimental:
48
syncSettings:
49
setOwner: true
50
+
51
+policies:
52
+ networkPolicy:
53
+ enabled: true
test/values_ha.yaml
@@ -20,3 +20,10 @@ controlPlane:
20
coredns:
21
deployment:
22
replicas: 3
23
24
+# Disable network policies due to known issue related to kindnet, network policies and multiple coredns replicas.
25
+# - https://linear.app/loft/document/design-doc-custom-network-policy-inboundingress-rules-during-vcluster-2ea800d0072d#slow-dns-queries-409ada74
26
+# - https://bugzilla.netfilter.org/show_bug.cgi?id=1766
27
28
29
+ enabled: false
0 commit comments