Skip to content

Commit e860300

Browse files
Merge pull request #26 from dreamteam-gg/kubeproxy_restart_removal
Removing kube-proxy restart according to the new worker guide
2 parents 27d6914 + 77400e8 commit e860300

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/eks_test_fixture/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
}
44

55
provider "aws" {
6-
version = ">= 1.22.0"
6+
version = ">= 1.24.0"
77
region = "${var.region}"
88
}
99

templates/userdata.sh.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ sed -i s,CLIENT_CA_FILE,$CA_CERTIFICATE_FILE_PATH,g /etc/systemd/system/kubelet.
2424

2525
# start services
2626
systemctl daemon-reload
27-
systemctl restart kubelet kube-proxy
27+
systemctl restart kubelet
2828

2929
# Allow user supplied userdata code
3030
${additional_userdata}

0 commit comments

Comments
 (0)