From 5d315c442781061306b88ab554e4f9e178b0c053 Mon Sep 17 00:00:00 2001 From: Karim Naufal Date: Mon, 3 Jan 2022 06:15:27 +0100 Subject: [PATCH] removed disabling of network policy and traefik now default as more capable --- templates/master.tpl | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/master.tpl b/templates/master.tpl index 5493fa5..619af15 100644 --- a/templates/master.tpl +++ b/templates/master.tpl @@ -17,8 +17,6 @@ k3os: - server - "--cluster-init" - "--disable-cloud-controller" - - "--disable-network-policy" - - "--disable=traefik" - "--disable=servicelb" - "--disable=local-storage" - "--flannel-iface=eth1"