Skip to content

Commit

Permalink
fix: set node minimum size for working properly with kubeadm
Browse files Browse the repository at this point in the history
  • Loading branch information
solidnerd committed Nov 12, 2019
1 parent 61902a5 commit 01b023d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ variable "master_image" {

variable "master_type" {
description = "For more types have a look at https://www.hetzner.de/cloud"
default = "cx11"
default = "cx21"
}

variable "node_count" {
Expand All @@ -24,7 +24,7 @@ variable "node_image" {

variable "node_type" {
description = "For more types have a look at https://www.hetzner.de/cloud"
default = "cx11"
default = "cx21"
}

variable "ssh_private_key" {
Expand Down

0 comments on commit 01b023d

Please sign in to comment.