Skip to content

Commit

Permalink
Merge pull request #65748 from mborsz/automated-cherry-pick-of-#65702…
Browse files Browse the repository at this point in the history
…-upstream-release-1.10

Automatic merge from submit-queue.

Automated cherry pick of #65702: Reload systemd config files before starting kubelet.

Cherry pick of #65702 on release-1.10.

#65702: Reload systemd config files before starting kubelet.
  • Loading branch information
Kubernetes Submit Queue committed Jul 4, 2018
2 parents 8b28a02 + fb121ff commit f959dfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cluster/gce/gci/configure-helper.sh
Expand Up @@ -1160,6 +1160,7 @@ ExecStart=${kubelet_bin} \$KUBELET_OPTS
WantedBy=multi-user.target
EOF

systemctl daemon-reload
systemctl start kubelet.service
}

Expand Down

0 comments on commit f959dfb

Please sign in to comment.