Skip to content

Commit 26aa55c

Browse files
author
lerndevops
authored
Update README.md
1 parent 130c3c0 commit 26aa55c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

kube/install/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
### Step1: `On All Machines ( Master & All nodes ):`
44

5+
### INSTALL DOCKER
6+
57
sudo apt-get update
68
sudo apt-get install -y apt-transport-https ca-certificates curl software-properties-common
79

@@ -11,6 +13,8 @@
1113
sudo apt-get install -y docker-ce
1214
sudo service docker start ; clear
1315

16+
### INSTALL KUBEADM,KUBELET,KUBECTL
17+
1418
echo "deb http://apt.kubernetes.io/ kubernetes-xenial main" | sudo tee /etc/apt/sources.list.d/kubernetes.list
1519
curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
1620
sudo apt-get update ; clear

0 commit comments

Comments
 (0)