mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-11-22 08:08:07 +00:00
35cf28c140
* Remove unnecessary whitespaces * Fix a typo * Add integration tests for cis 1.3 and cis 1.5 * Change the timeout of integration tests from 600s to 1200s * Avoid repeated codes
20 lines
474 B
YAML
20 lines
474 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.12.10"
|