From 9a58dae036d10fa9396ecc9d3e13b6ece513a6ff Mon Sep 17 00:00:00 2001 From: Eric Greer Date: Mon, 12 Nov 2018 13:09:39 -0800 Subject: [PATCH] Fix race condition with xtables.lock --- deploy/agent.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/agent.yaml b/deploy/agent.yaml index eb2fc5fa..45baa0c9 100644 --- a/deploy/agent.yaml +++ b/deploy/agent.yaml @@ -29,6 +29,7 @@ spec: - name: xtables hostPath: path: /run/xtables.lock + type: FileOrCreate containers: - name: kiam securityContext: