From 62181cc12c7623677b9796eab3acb166718ef311 Mon Sep 17 00:00:00 2001 From: Lorenzo Fontana Date: Sat, 19 Jan 2019 13:28:32 +0100 Subject: [PATCH] docs(kubectl-trace): inform about aur package Signed-off-by: Lorenzo Fontana --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6205d28..35782220 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,9 @@ 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 @@ -29,6 +31,21 @@ 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