Compare commits

...

3 Commits

2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#### Quick install for kubernetes cluster for worker node
```shell
curl -s -L https://raw.githubusercontent.com/sombochea/kubernetes-installation/main/kube-cluster-worker-install.sh | sudo bash
curl -s -L https://raw.githubusercontent.com/sombochea/kubernetes-installation/main/kube-cluster-worker-install.sh?v=181612102021 | sudo bash
```
### 1. Download kubectl

View File

@ -76,6 +76,7 @@ cat <<EOF | sudo tee /etc/docker/daemon.json
}
EOF
echo "Restart docker service..."
sudo systemctl daemon-reload
sudo systemctl restart docker