From 8b7b0b7caf104fbd0c04869296f395b51c5e211e Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Mon, 8 Nov 2021 15:22:43 +0100 Subject: pod create: read network mode from config When we create a pod we have to parse the network mode form the config file. This is a regression in commit d28e85741f. Fixes #12207 Signed-off-by: Paul Holzinger --- test/e2e/config/containers-netns.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/e2e/config/containers-netns.conf (limited to 'test/e2e/config/containers-netns.conf') diff --git a/test/e2e/config/containers-netns.conf b/test/e2e/config/containers-netns.conf new file mode 100644 index 000000000..3f796f25d --- /dev/null +++ b/test/e2e/config/containers-netns.conf @@ -0,0 +1,3 @@ +[containers] + +netns = "host" -- cgit v1.2.3-54-g00ecf