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 13e2f01
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 @@ -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 All @@ -214,7 +214,7 @@ systemctl enable kubelet && systemctl start kubelet
net.bridge.bridge-nf-call-iptables = 1
EOF
sysctl --system
```
```
{% endcapture %}
Expand Down

0 comments on commit 13e2f01

Please sign in to comment.