diff --git a/README.md b/README.md index 4a091197..8bb5a693 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ kubectl trace run ip-180-12-0-152.ec2.internal -f read.bt **Run a program against a Pod** +![Screenshot showing the read.bt program for kubectl-trace](docs/img/pod.png) + That pod has a Go program in it that is at `/caturday`, that program has a function called `main.counterValue` in it that returns an integer every time it is called. diff --git a/docs/img/pod.png b/docs/img/pod.png new file mode 100644 index 00000000..4d8b722f Binary files /dev/null and b/docs/img/pod.png differ