This repository was archived by the owner on Oct 31, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ name | default | description
6161------------------------------------|--------------------|------------
6262docker_ver | 17.06.2.ol | Version of Docker to install
6363etcd_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
6565k8s_ver | 1.8.5 | Version of K8s to install (master and workers)
6666k8s_dns_ver | 1.14.2 | Version of Kube DNS to install
6767k8s_dashboard_ver | 1.6.3 | Version of Kubernetes dashboard to install
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ variable "etcd_ver" {
3434}
3535
3636variable "flannel_ver" {
37- default = " v0.10.0 "
37+ default = " v0.9.1 "
3838}
3939
4040variable "ssh_private_key" {}
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ variable "etcd_ver" {
3838
3939# TODO - because the bootstrap template uses yum, we only support Oracle Linux 7
4040variable "flannel_ver" {
41- default = " v0.10.0 "
41+ default = " v0.9.1 "
4242}
4343
4444# Kubernetes
Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ variable "etcd_ver" {
293293}
294294
295295variable "flannel_ver" {
296- default = " v0.10.0 "
296+ default = " v0.9.1 "
297297}
298298
299299variable "k8s_ver" {
You can’t perform that action at this time.
0 commit comments