Skip to content

Commit

Permalink
Disable excludes when installing kube packages (#9670)
Browse files Browse the repository at this point in the history
We should not exclude kubernetes packages when installing them.
  • Loading branch information
ihac authored and k8s-ci-robot committed Aug 1, 2018
1 parent c83bf5f commit 03158f8
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 03158f8

Please sign in to comment.