diff --git a/examples/eks_test_fixture/main.tf b/examples/eks_test_fixture/main.tf index 459c1ee..106772b 100644 --- a/examples/eks_test_fixture/main.tf +++ b/examples/eks_test_fixture/main.tf @@ -3,7 +3,7 @@ terraform { } provider "aws" { - version = ">= 1.22.0" + version = ">= 1.24.0" region = "${var.region}" } diff --git a/templates/userdata.sh.tpl b/templates/userdata.sh.tpl index 14e391a..a7cf09e 100644 --- a/templates/userdata.sh.tpl +++ b/templates/userdata.sh.tpl @@ -24,7 +24,7 @@ sed -i s,CLIENT_CA_FILE,$CA_CERTIFICATE_FILE_PATH,g /etc/systemd/system/kubelet. # start services systemctl daemon-reload -systemctl restart kubelet kube-proxy +systemctl restart kubelet # Allow user supplied userdata code ${additional_userdata}