Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#26 from dreamteam-gg/kubeproxy_res…
Browse files Browse the repository at this point in the history
…tart_removal

Removing kube-proxy restart according to the new worker guide
  • Loading branch information
brandonjbjelland authored Jun 23, 2018
2 parents 27d6914 + 77400e8 commit e860300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/eks_test_fixture/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
}

provider "aws" {
version = ">= 1.22.0"
version = ">= 1.24.0"
region = "${var.region}"
}

Expand Down
2 changes: 1 addition & 1 deletion templates/userdata.sh.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit e860300

Please sign in to comment.