From b4ec02a6a146ee912fc04b3e6d05d06ce8aaac06 Mon Sep 17 00:00:00 2001 From: Tomofumi Hayashi Date: Tue, 18 Dec 2018 19:54:25 +0900 Subject: [PATCH] Update README to mention release URL --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e5d2f2..39d2d33 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,16 @@ `kokotap` provides network tapping for Kubernetes Pod. `kokotap` creates VxLAN interface to target Pod/Container then do packet mirroring to the VxLAN interface by [tc-mirred](http://man7.org/linux/man-pages/man8/tc-mirred.8.html). `kokotap` can also create VxLAN interface to Kubernetes target node (e.g. 'kube-master') to capture the traffic or you can specify specific IP addresses for non Kubernetes node for capture. -# Support +# Supported Container Runtime `kokotap` supports following runtime: - Docker runtime - cri-o +# Get Releases +See [releases page](https://github.com/redhat-nfvpe/kokotap/releases). + # Syntax Currently `kokotap` creates pod yaml file, so you can put it in `kubectl` to create pods.