Unverified Commit f959dfbc authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #65748 from mborsz/automated-cherry-pick-of-#65702-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.
parents 8b28a02e fb121ff8
......@@ -1160,6 +1160,7 @@ ExecStart=${kubelet_bin} \$KUBELET_OPTS
WantedBy=multi-user.target
EOF
systemctl daemon-reload
systemctl start kubelet.service
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment