Skip to content

Commit

Permalink
Update install-kubeadm.md
Browse files Browse the repository at this point in the history
Add note to kubeadm install instruction to help install in other arch i.e. aarch64, ppc64le etc.
  • Loading branch information
Peeyush gupta authored and Pensu committed Mar 19, 2018
1 parent eb22016 commit a879b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup/independent/install-kubeadm.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ apt-get install -y kubelet kubeadm kubectl
cat <<EOF > /etc/yum.repos.d/kubernetes.repo
[kubernetes]
name=Kubernetes
baseurl=https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64
baseurl=https://packages.cloud.google.com/yum/repos/kubernetes-el7-$basearch
enabled=1
gpgcheck=1
repo_gpgcheck=1
Expand Down

0 comments on commit a879b7e

Please sign in to comment.