From 523b0b3c61b2cb9eac0b335fff399c8016f269e6 Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Wed, 24 Jul 2019 17:35:03 -0700 Subject: [PATCH] Remove `noSnat` Signed-off-by: Lantao Liu --- contrib/gce/cni.template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/gce/cni.template b/contrib/gce/cni.template index 8e81bab18..37f345221 100644 --- a/contrib/gce/cni.template +++ b/contrib/gce/cni.template @@ -19,8 +19,7 @@ "type": "portmap", "capabilities": { "portMappings": true - }, - "noSnat": true + } } ] }