Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Ensure CNI bin dir exists before installing (#471)
Browse files Browse the repository at this point in the history
Ensure CNI bin dir exists before installing
  • Loading branch information
stealthybox committed Oct 8, 2019
1 parent 2be8215 commit 54c8f57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Install the CNI binaries like this:
```shell
export CNI_VERSION=v0.8.2
export ARCH=$([ $(uname -m) = "x86_64" ] && echo amd64 || echo arm64)
mkdir -p /opt/cni/bin
curl -sSL https://github.com/containernetworking/plugins/releases/download/${CNI_VERSION}/cni-plugins-linux-${ARCH}-${CNI_VERSION}.tgz | tar -xz -C /opt/cni/bin
```

Expand Down

0 comments on commit 54c8f57

Please sign in to comment.