From e65bed48324428bf73cbaf014843b41f25d2980b Mon Sep 17 00:00:00 2001 From: Larry Smith Jr Date: Thu, 23 Aug 2018 14:19:02 -0400 Subject: [PATCH] Updated K8s version --- inventory/group_vars/all/k8s.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inventory/group_vars/all/k8s.yml b/inventory/group_vars/all/k8s.yml index 26e0b75..43f5df6 100644 --- a/inventory/group_vars/all/k8s.yml +++ b/inventory/group_vars/all/k8s.yml @@ -14,8 +14,9 @@ k8s_helm_install: true k8s_helm_version: 2.8.1 k8s_pod_network_config: "https://cloud.weave.works/k8s/net?k8s-version=$(kubectl version | base64 | tr -d '\n')" +# k8s_pod_network_config: https://gist.githubusercontent.com/mrlesmithjr/eab451b45641db6c108ca3f362563621/raw/93569a17d4085975fc2305ae117ce720766174ec/weave-daemonset-2.2.0.yaml k8s_users: - user: pi -k8s_version: 1.9.3 +k8s_version: 1.11.2