Skip to content

Commit

Permalink
Remove duplicate versions section
Browse files Browse the repository at this point in the history
That info is important enough that it needs to stay in the main README.
I also changed the file title
  • Loading branch information
lizrice authored Jun 5, 2019
1 parent 85849a3 commit 87820b9
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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- |

0 comments on commit 87820b9

Please sign in to comment.