From 50d45b6f83aaddf2ec52c68d42d3dff84c0d34b3 Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Wed, 15 Jan 2025 13:47:20 +0100 Subject: [PATCH] fixup test kubespan with RP filter enabled on all interfaces --- .kres.yaml | 1 + hack/test/patches/kubespan-rp_filter.yaml | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 hack/test/patches/kubespan-rp_filter.yaml diff --git a/.kres.yaml b/.kres.yaml index b72d6316f81..c37452c21ef 100644 --- a/.kres.yaml +++ b/.kres.yaml @@ -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 diff --git a/hack/test/patches/kubespan-rp_filter.yaml b/hack/test/patches/kubespan-rp_filter.yaml new file mode 100644 index 00000000000..38bd3198eef --- /dev/null +++ b/hack/test/patches/kubespan-rp_filter.yaml @@ -0,0 +1,3 @@ +machine: + sysctls: + net.ipv4.conf.all.rp_filter: "1"