mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-11-17 05:19:27 +00:00
7280438eb5
* Add new cis version yamls Add new cis version yamls * Add new cis version yamls * Add cis-1.6 to versions table * support version mapping cis-1.6 * support version mapping cis-1.6 * Update controlplane.yaml * Update etcd.yaml * Update node.yaml * Update policies.yaml * Create job.data * Create job-node.data * Create job-master.data * Create add-tls-kind.yaml * Change node version to 1.15.0 * Add tests for cis-1.6 * Delete node_only.yaml * Change tests 1.1.19-1.1.21 Change 1.1.19-1.1.21 because failing tests * Update job.data * Update job-master.data * Update job-master.data * Update job.data * fix 1.2.35 remediation tabs instead of spaces * Update job-master.data * Remove extra space * Update job.data * Create node_only.yaml * Add tests for cis-1.6 Add tests for cis-1.6 and change some from 1,5 to 1.6 * Fix typo * Add mapping for cis-1.6 * Remove extra space in 1.2.35 remediation * Update job.data * Update job-master.data * Fix type 1.2.35 * Remove trailing spaces * Remove trailing spaces * Remove trailing spaces * Remove trailing spaces * Add version 1.19 kubernetes support * Add version 1.19 kubernetes support * Add version 1.19 kubernetes support
20 lines
473 B
YAML
20 lines
473 B
YAML
---
|
|
apiVersion: kind.sigs.k8s.io/v1alpha3
|
|
kind: Cluster
|
|
networking:
|
|
apiServerAddress: "0.0.0.0"
|
|
|
|
kubeadmConfigPatchesJson6902:
|
|
- group: kubelet.config.k8s.io
|
|
version: v1beta1
|
|
kind: KubeletConfiguration
|
|
patch: |
|
|
- op: add
|
|
path: /tlsCipherSuites
|
|
value: ["TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256","TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"]
|
|
|
|
nodes:
|
|
# the control plane node config
|
|
- role: control-plane
|
|
image: "kindest/node:v1.18.0"
|