diff --git a/README.md b/README.md index 2449ddc5..18741ac8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# kubectl trace +![Kubectl trace Logo](docs/logo/logo-sm.png) `kubectl trace` is a kubectl plugin that allows you to schedule the execution of [bpftrace](https://github.com/iovisor/bpftrace) programs in your Kubernetes cluster. @@ -255,4 +255,13 @@ So I would say, the next thing is to run bpftrace programs at a pod scope other ## Contributing -Please just do it, this is MIT licensed so no reason not to! +Already pumped up to commit some code? Here are some resources to join the +discussions in the [IOVisor](https://www.iovisor.org/) community and see +what you want to work on. + +* _Mailing List:_ http://lists.iovisor.org/mailman/listinfo/iovisor-dev +* _IRC:_ #iovisor at irc.oftc.net +* _Slack_ #kubectl-trace in the [Kubernetes Slack](http://kubernetes.slack.com/) +* _Kubectl Trace Issue Tracker:_ [Github Issues](https://github.com/iovisor/kubectl-trace/issues) + +Special thanks to [Ramon Gilabert](https://github.com/RamonGilabert) for the logo. diff --git a/docs/logo/dark.svg b/docs/logo/dark.svg new file mode 100644 index 00000000..157caf39 --- /dev/null +++ b/docs/logo/dark.svg @@ -0,0 +1,21 @@ + + + + First Dark + Created with Sketch. + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/logo/light.svg b/docs/logo/light.svg new file mode 100644 index 00000000..1d1e92a3 --- /dev/null +++ b/docs/logo/light.svg @@ -0,0 +1,21 @@ + + + + First Light + Created with Sketch. + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/logo/logo-sm.png b/docs/logo/logo-sm.png new file mode 100644 index 00000000..9c79a995 Binary files /dev/null and b/docs/logo/logo-sm.png differ diff --git a/docs/logo/logo.png b/docs/logo/logo.png new file mode 100644 index 00000000..b13a433a Binary files /dev/null and b/docs/logo/logo.png differ