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
+18-1
Original file line number
Diff line number
Diff line change
@@ -21,14 +21,31 @@ of [bpftrace](https://github.com/iovisor/bpftrace) programs in your Kubernetes c
21
21
22
22

23
23
24
-
## Installation
24
+
## Installing
25
+
26
+
### Source
25
27
26
28
```
27
29
go get -u github.com/iovisor/kubectl-trace/cmd/kubectl-trace
28
30
```
29
31
30
32
This will download and compile `kubectl-trace` so that you can use it as a kubectl plugin with `kubectl trace`
31
33
34
+
### Packages
35
+
36
+
You can't find the package for your distro of choice?
37
+
You are very welcome and encouraged to create it and then [open an issue](https://github.com/iovisor/kubectl-trace/issues/new) to inform us for review.
38
+
39
+
#### Arch - AUR
40
+
41
+
The official [PKGBUILD](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=kubectl-trace-git) is on AUR.
42
+
43
+
If you use `yay` to manage AUR packages you can do:
44
+
45
+
```
46
+
yay -S kubectl-trace-git
47
+
```
48
+
32
49
## Usage
33
50
34
51
You don't need to setup anything on your cluster before using it, please don't use it already
0 commit comments