Skip to content

Commit

Permalink
docs(kubectl-trace): inform about aur package
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Fontana <[email protected]>
  • Loading branch information
fntlnz committed Jan 19, 2019
1 parent 3e8de86 commit 62181cc
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,31 @@ of [bpftrace](https://github.com/iovisor/bpftrace) programs in your Kubernetes c

![Screenshot showing the read.bt program for kubectl-trace](docs/img/intro.png)

## Installation
## Installing

### Source

```
go get -u github.com/iovisor/kubectl-trace/cmd/kubectl-trace
```

This will download and compile `kubectl-trace` so that you can use it as a kubectl plugin with `kubectl trace`

### Packages

You can't find the package for your distro of choice?
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.

#### Arch - AUR

The official [PKGBUILD](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=kubectl-trace-git) is on AUR.

If you use `yay` to manage AUR packages you can do:

```
yay -S kubectl-trace-git
```

## Usage

You don't need to setup anything on your cluster before using it, please don't use it already
Expand Down

0 comments on commit 62181cc

Please sign in to comment.