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

Commit

Permalink
Bump k8s to 1.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cablespaghetti committed Mar 6, 2019
1 parent cf9f35d commit a8e9ff7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Optional Variables:
* `max-worker-count` - The maximum size of the worker node Auto-Scaling Group (1 by default)
* `region` - Which AWS region to use (us-east-1 by default)
* `az` - Which AWS availability zone to use (a by default)
* `kubernetes-version` - Which Kubernetes/kubeadm version to install (1.13.2 by default)
* `kubernetes-version` - Which Kubernetes/kubeadm version to install (1.13.4 by default)
* `master-instance-type` - Which EC2 instance type to use for the master node (m1.small by default)
* `master-spot-price` - The maximum spot bid for the master node ($0.01 by default)
* `worker-instance-type` - Which EC2 instance type to use for the worker nodes (m1.small by default)
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ variable "az" {
}

variable "kubernetes-version" {
default = "1.13.2"
default = "1.13.4"
description = "Which version of Kubernetes to install"
}

Expand Down

0 comments on commit a8e9ff7

Please sign in to comment.