You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,18 @@ of [bpftrace](https://github.com/iovisor/bpftrace) programs in your Kubernetes c
28
28
29
29
## Installing
30
30
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
+
31
43
### Pre-built binaries
32
44
33
45
See the [release](https://github.com/iovisor/kubectl-trace/releases) page for the full list of pre-built assets.
0 commit comments