From 4876eadd2f9a1aa2545e1c7caeda508f815129ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Doktor?= Date: Thu, 25 Jan 2024 17:14:24 +0100 Subject: [PATCH] tools: Add reference to the kata webhook's README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The newly added webhook is a new component and oughst to be linked from the main README file. Signed-off-by: Lukáš Doktor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 33da8b1762..9cdaf8d6a5 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ The table below lists the remaining parts of the project: | [`runk`](src/tools/runk) | utility | Standard OCI container runtime based on the agent. | | [`ci`](https://github.com/kata-containers/ci) | CI | Continuous Integration configuration files and scripts. | | [`katacontainers.io`](https://github.com/kata-containers/www.katacontainers.io) | Source for the [`katacontainers.io`](https://www.katacontainers.io) site. | +| [`Webhook`](tools/testing/kata-webhook/README.md) | utility | Example of a simple admission controller webhook to annotate pods with the Kata runtime class | ### Packaging and releases