Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ssup2 committed Sep 21, 2022
1 parent 508393b commit 90816b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ In contrast, kubectl-exec runs the command with the same privileges as the conta

kpexec now supports the following container runtimes.
* containerd
* CRI-O
* Docker

kpexec now supports the following CPU architectures.
Expand All @@ -25,7 +26,7 @@ The cnsenter pod must be created with **hostPID** and **Privileged** Option. The
Install via download the kpexec binary

```bash
$ export KPEXEC_VERSION=v0.3.5
$ export KPEXEC_VERSION=v0.4.0

# Linux / amd64
$ wget -c "https://github.com/ssup2/kpexec/releases/download/${KPEXEC_VERSION}/kpexec_${KPEXEC_VERSION}_Linux_amd64.tar.gz" -O - | tar -C /usr/local/bin/ -xz
Expand Down

0 comments on commit 90816b5

Please sign in to comment.