From d47a2d03b46d2b1dcd771385bbccc16f6c894ab1 Mon Sep 17 00:00:00 2001 From: Anthony Haussmann Date: Tue, 13 Sep 2016 14:59:50 +0200 Subject: [PATCH] Delete default variable use_hyperkube_cni The variable is now set via a task depending of the version of kube --- roles/network_plugin/calico/defaults/main.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/roles/network_plugin/calico/defaults/main.yml b/roles/network_plugin/calico/defaults/main.yml index 0f59b21d5..3cdf5b492 100644 --- a/roles/network_plugin/calico/defaults/main.yml +++ b/roles/network_plugin/calico/defaults/main.yml @@ -13,8 +13,3 @@ calicoctl_image_tag: "{{ calico_version }}" calico_node_image_repo: calico/node calico_node_image_tag: "{{ calico_version }}" - -# Set to true if your Hyperkube has all required components to run -# calico. This is required in order to run canalized calico. -use_hyperkube_cni: false -