Skip to content

Commit 01b023d

Browse files
committed
fix: set node minimum size for working properly with kubeadm
1 parent 61902a5 commit 01b023d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ variable "master_image" {
1111

1212
variable "master_type" {
1313
description = "For more types have a look at https://www.hetzner.de/cloud"
14-
default = "cx11"
14+
default = "cx21"
1515
}
1616

1717
variable "node_count" {
@@ -24,7 +24,7 @@ variable "node_image" {
2424

2525
variable "node_type" {
2626
description = "For more types have a look at https://www.hetzner.de/cloud"
27-
default = "cx11"
27+
default = "cx21"
2828
}
2929

3030
variable "ssh_private_key" {

0 commit comments

Comments
 (0)