Skip to content

Commit bed9e2c

Browse files
sfxworksneolit123
andauthored
Update content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
Co-authored-by: Lubomir I. Ivanov <[email protected]>
1 parent be30472 commit bed9e2c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Install CNI plugins (required for most pod network):
240240

241241
```bash
242242
CNI_VERSION="v0.8.2"
243-
ARCH="amd64" #or arm64
243+
ARCH="amd64"
244244
sudo mkdir -p /opt/cni/bin
245245
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
246246
```
@@ -317,4 +317,3 @@ If you are running into difficulties with kubeadm, please consult our [troublesh
317317
## {{% heading "whatsnext" %}}
318318

319319
* [Using kubeadm to Create a Cluster](/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/)
320-

0 commit comments

Comments
 (0)