Skip to content

Commit 22880b2

Browse files
committed
docs: add Krew to the installation docs
Signed-off-by: Lorenzo Fontana <[email protected]>
1 parent 61e18a9 commit 22880b2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,18 @@ of [bpftrace](https://github.com/iovisor/bpftrace) programs in your Kubernetes c
2828

2929
## Installing
3030

31+
### Krew
32+
33+
You can install `kubectl trace` using the [Krew](https://github.com/kubernetes-sigs/krew), the package manager for kubectl plugins.
34+
35+
Once you have [Krew installed](https://krew.sigs.k8s.io/docs/user-guide/setup/install/) just run:
36+
37+
```bash
38+
kubectl krew install trace
39+
```
40+
41+
You're ready to go!
42+
3143
### Pre-built binaries
3244

3345
See the [release](https://github.com/iovisor/kubectl-trace/releases) page for the full list of pre-built assets.

0 commit comments

Comments
 (0)