Skip to content

Commit

Permalink
Updaated install-kubeadm.md, removed redundant kubectl installation (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
VSMax authored and chenopis committed Jun 6, 2017
1 parent 783de98 commit 9305c4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/setup/independent/install-kubeadm.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ For each machine:
apt-get update
# Install docker if you don't have it already.
apt-get install -y docker-engine
apt-get install -y kubelet kubeadm kubectl kubernetes-cni
apt-get install -y kubelet kubeadm kubernetes-cni
```
* If the machine is running CentOS, run:
Expand All @@ -80,7 +80,7 @@ For each machine:
https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg
EOF
setenforce 0
yum install -y docker kubelet kubeadm kubectl kubernetes-cni
yum install -y docker kubelet kubeadm kubernetes-cni
systemctl enable docker && systemctl start docker
systemctl enable kubelet && systemctl start kubelet
```
Expand Down

0 comments on commit 9305c4a

Please sign in to comment.