Skip to content

Commit

Permalink
fixup test kubespan with RP filter enabled on all interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
dsseng committed Jan 15, 2025
1 parent c7bc9a4 commit 50d45b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .kres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,7 @@ spec:
SHORT_INTEGRATION_TEST: yes
WITH_CLUSTER_DISCOVERY: true
WITH_KUBESPAN: true
WITH_CONFIG_PATCH: "@hack/test/patches/kubespan-rp_filter.yaml"
IMAGE_REGISTRY: registry.dev.siderolabs.io\
- name: e2e-default-hostname
command: e2e-qemu
Expand Down
3 changes: 3 additions & 0 deletions hack/test/patches/kubespan-rp_filter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
machine:
sysctls:
net.ipv4.conf.all.rp_filter: "1"

0 comments on commit 50d45b6

Please sign in to comment.