Update content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md

Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
Samuel Walker 2021-07-21 15:34:27 -04:00 committed by GitHub
parent be30472ac0
commit bed9e2c5d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -240,7 +240,7 @@ Install CNI plugins (required for most pod network):
```bash
CNI_VERSION="v0.8.2"
ARCH="amd64" #or arm64
ARCH="amd64"
sudo mkdir -p /opt/cni/bin
curl -L "https://github.com/containernetworking/plugins/releases/download/${CNI_VERSION}/cni-plugins-linux-${ARCH}-${CNI_VERSION}.tgz" | sudo tar -C /opt/cni/bin -xz
```
@ -317,4 +317,3 @@ If you are running into difficulties with kubeadm, please consult our [troublesh
## {{% heading "whatsnext" %}}
* [Using kubeadm to Create a Cluster](/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/)