Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

kms using deprecated systemd convenience #2843

Merged
merged 1 commit into from
May 2, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions parts/k8s/kubernetescustomscript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -334,11 +334,7 @@ function ensureDocker() {
systemctlEnableAndStart docker
}
function ensureKMS() {
systemctlEnableAndCheck kms
# only start if a reboot is not required
if ! $REBOOTREQUIRED; then
systemctl restart kms
fi
systemctlEnableAndStart kms
}

function ensureKubelet() {
Expand Down