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

Commit

Permalink
Update default kubernete version from 1.7.4->1.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jlamillan committed Jan 4, 2018
1 parent 16e9e1e commit cede15d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/input-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ name | default | description
docker_ver | 17.06.2.ol | Version of Docker to install
etcd_ver | v3.2.2 | Version of etcd to install
flannel_ver | v0.7.1 | Version of Flannel to install
k8s_ver | 1.7.4 | Version of K8s to install (master and workers)
k8s_ver | 1.7.10 | Version of K8s to install (master and workers)
k8s_dns_ver | 1.14.2 | Version of Kube DNS to install
k8s_dashboard_ver | 1.6.3 | Version of Kubernetes dashboard to install
master_ol_image_name | Oracle-Linux-7.4-2017.10.25-0 | Image name of an Oracle-Linux-7.X image to use for masters
Expand Down
2 changes: 1 addition & 1 deletion instances/k8smaster/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ variable "flannel_ver" {

# Kubernetes
variable "k8s_ver" {
default = "1.7.4"
default = "1.7.10"
}

variable "k8s_dashboard_ver" {
Expand Down
2 changes: 1 addition & 1 deletion instances/k8sworker/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ variable "flannel_ver" {
variable "master_lb" {}

variable "k8s_ver" {
default = "1.7.4"
default = "1.7.10"
}

variable "root_ca_pem" {}
Expand Down
2 changes: 1 addition & 1 deletion wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ deploy:
- script:
name: download kubectl binary
code: |
curl -LO --retry 3 https://storage.googleapis.com/kubernetes-release/release/v1.7.4/bin/linux/amd64/kubectl
curl -LO --retry 3 https://storage.googleapis.com/kubernetes-release/release/v1.7.10/bin/linux/amd64/kubectl
chmod +x ./kubectl
mv kubectl /usr/bin/
- script:
Expand Down

0 comments on commit cede15d

Please sign in to comment.