Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Adding chrony to sync time (NTP) on all nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Jan 26, 2019
1 parent 9f3ee61 commit ce6f336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-k8s-kubeadm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cat > /etc/apt/sources.list.d/kubernetes.list << EOF2
deb https://apt.kubernetes.io/ kubernetes-xenial main
EOF2
apt-get update -qq
apt-get install -y -qq --no-install-recommends docker.io kubelet=${KUBERNETES_VERSION}-00 kubeadm=${KUBERNETES_VERSION}-00 kubectl=${KUBERNETES_VERSION}-00
apt-get install -y -qq --no-install-recommends chrony docker.io kubelet=${KUBERNETES_VERSION}-00 kubeadm=${KUBERNETES_VERSION}-00 kubectl=${KUBERNETES_VERSION}-00
systemctl enable docker.service
"

Expand Down

0 comments on commit ce6f336

Please sign in to comment.