Skip to content
This repository was archived by the owner on Oct 31, 2019. It is now read-only.

Commit 7ae71db

Browse files
committed
Update default flannel version 0.10.0->0.9.1.
1 parent 9989824 commit 7ae71db

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/input-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ name | default | description
6161
------------------------------------|--------------------|------------
6262
docker_ver | 17.06.2.ol | Version of Docker to install
6363
etcd_ver | v3.2.2 | Version of etcd to install
64-
flannel_ver | v0.10.0 | Version of Flannel to install
64+
flannel_ver | v0.9.1 | Version of Flannel to install
6565
k8s_ver | 1.8.5 | Version of K8s to install (master and workers)
6666
k8s_dns_ver | 1.14.2 | Version of Kube DNS to install
6767
k8s_dashboard_ver | 1.6.3 | Version of Kubernetes dashboard to install

instances/k8smaster/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ variable "etcd_ver" {
3434
}
3535

3636
variable "flannel_ver" {
37-
default = "v0.10.0"
37+
default = "v0.9.1"
3838
}
3939

4040
variable "ssh_private_key" {}

instances/k8sworker/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ variable "etcd_ver" {
3838

3939
# TODO - because the bootstrap template uses yum, we only support Oracle Linux 7
4040
variable "flannel_ver" {
41-
default = "v0.10.0"
41+
default = "v0.9.1"
4242
}
4343

4444
# Kubernetes

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ variable "etcd_ver" {
293293
}
294294

295295
variable "flannel_ver" {
296-
default = "v0.10.0"
296+
default = "v0.9.1"
297297
}
298298

299299
variable "k8s_ver" {

0 commit comments

Comments
 (0)