Skip to content

Commit 7a937c4

Browse files
authored
test: Enable network policies by default in e2e tests (#3374)
1 parent 1256000 commit 7a937c4

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

test/commonValues.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,7 @@ networking:
4747
experimental:
4848
syncSettings:
4949
setOwner: true
50+
51+
policies:
52+
networkPolicy:
53+
enabled: true

test/values_ha.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,10 @@ controlPlane:
2020
coredns:
2121
deployment:
2222
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+
policies:
28+
networkPolicy:
29+
enabled: false

0 commit comments

Comments
 (0)