From ccda9664e74c90b2a30182940ab144ba8fe9ed5a Mon Sep 17 00:00:00 2001
From: Antoine Legrand <2t.antoine@gmail.com>
Date: Mon, 3 Sep 2018 12:05:29 +0200
Subject: [PATCH] remove duplicated var

---
 inventory/sample/group_vars/all/all.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/inventory/sample/group_vars/all/all.yml b/inventory/sample/group_vars/all/all.yml
index b066134d9..faf65eb1a 100644
--- a/inventory/sample/group_vars/all/all.yml
+++ b/inventory/sample/group_vars/all/all.yml
@@ -38,10 +38,6 @@ bin_dir: /usr/local/bin
 ## modules.
 #kubelet_load_modules: false
 
-## Internal network total size. This is the prefix of the
-## entire network. Must be unused in your environment.
-#kube_network_prefix: 18
-
 ## With calico it is possible to distributed routes with border routers of the datacenter.
 ## Warning : enabling router peering will disable calico's default behavior ('node mesh').
 ## The subnets of each nodes will be distributed by the datacenter router
-- 
GitLab