Skip to content

Commit

Permalink
Disable zram-config and kubelet for container linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed May 17, 2018
1 parent 1a2b72e commit 6e0175b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package/root/usr/local/sbin/install_container_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ add-apt-repository \

apt-get update -y
apt-get install -y docker-ce docker-compose kubelet kubeadm kubectl

echo "Disabling kubelet..."
systemctl disable kubelet

echo "Disabling zram-config as it does not work with kubeadm..."
systemctl disable zram-config

0 comments on commit 6e0175b

Please sign in to comment.