From c6a3662874ca89dc2b845b4322a1bc33e35dae35 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 --- cluster/gce/cni.template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cluster/gce/cni.template b/cluster/gce/cni.template index 8e81bab18..37f345221 100644 --- a/cluster/gce/cni.template +++ b/cluster/gce/cni.template @@ -19,8 +19,7 @@ "type": "portmap", "capabilities": { "portMappings": true - }, - "noSnat": true + } } ] }