Skip to content

Commit e8df9b7

Browse files
committed
update default variables and makefile
1 parent be819ea commit e8df9b7

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plan: etcd_discovery_url.txt kube_token.txt tls-assets/ca-key.pem tls-assets/ca.
22
terraform plan
33

44
etcd_discovery_url.txt:
5-
curl -s https://discovery.etcd.io/new?size=2 > etcd_discovery_url.txt
5+
curl -s https://discovery.etcd.io/new?size=3 > etcd_discovery_url.txt
66

77
destroy:
88
terraform destroy

variables.tf

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ variable "num_worker" {
3434
}
3535

3636
variable "ami" {
37-
default = "ami-23b58613"
37+
default = "ami-66e30706"
3838
}
3939

4040
variable "etcd_instance_type" {
@@ -50,12 +50,7 @@ variable "worker_instance_type" {
5050
}
5151

5252
variable "kubernetes_version" {
53-
default = "0.17.1"
54-
}
55-
56-
variable "etcd_version" {
57-
description = "version of etcd to use"
58-
default = "2.0.11"
53+
default = "1.1.7"
5954
}
6055

6156
variable "pod_network" {

0 commit comments

Comments
 (0)