Skip to content

Commit

Permalink
Disable excludes when installing kube packages
Browse files Browse the repository at this point in the history
We should not exclude kubernetes packages when installing them.
  • Loading branch information
ihac committed Jul 30, 2018
1 parent 20ac7e5 commit 7b38ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/setup/independent/install-kubeadm.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ gpgkey=https://packages.cloud.google.com/yum/doc/yum-key.gpg https://packages.cl
exclude=kube*
EOF
setenforce 0
yum install -y kubelet kubeadm kubectl
yum install -y kubelet kubeadm kubectl --disableexcludes=kubernetes
systemctl enable kubelet && systemctl start kubelet
```

Expand Down

0 comments on commit 7b38ed1

Please sign in to comment.