From 87820b9775912b3428b5acd431f1c0f8ac328e50 Mon Sep 17 00:00:00 2001
From: Liz Rice <liz@lizrice.com>
Date: Wed, 5 Jun 2019 10:28:11 +0100
Subject: [PATCH] Remove duplicate versions section

That info is important enough that it needs to stay in the main README.
I also changed the file title
---
 docs/README.md | 20 +-------------------
 1 file changed, 1 insertion(+), 19 deletions(-)

diff --git a/docs/README.md b/docs/README.md
index 51dc57e..6214882 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1,4 +1,4 @@
-# Overview
+# Test and config files
 
 `kube-bench` runs checks specified in `controls` files that are a YAML 
 representation of the CIS Kubernetes Benchmark checks. There is a 
@@ -377,21 +377,3 @@ Every node type has a subsection that specifies the main configurations items.
       audit: "/bin/sh -c 'if test -e $kubeletkubeconfig; then stat -c %a $kubeletkubeconfig; fi'"
       ...
     ```
-
-## Versions and distributions
-
-`kube-bench` has `controls` files for multiple Kubernetes versions and 
-distributions. The supported versions and distributions can be found under the
-`cfg/` directory in the project root.
-
-The versions listed in `cfg` are kubernetes versions not CIS Kubernetes Benchmark 
-versions and they are not the same. Please refer to the version matrix below to 
-see how kubernetes versions map to CIS Kubernetes Benchmarks versions.
-
-| CIS Kubernetes Benchmark | kube-bench config | Kubernetes versions |
-|---|---|---|
-| 1.0.0| 1.6 | 1.6 |
-| 1.1.0| 1.7 | 1.7 |
-| 1.2.0| 1.8 | 1.8-1.10 |
-| 1.3.0| 1.11 | 1.11-1.12 |
-| 1.4.0| 1.13 | 1.13- |
-- 
GitLab