-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Overview
After I install the kube-bench tool and run it inside a Kubernetes cluster, I only receive the output from point 4 towards the end (4 Worker Node Security Configuration)
How did you run kube-bench?
I have used the job.yaml provided on this GitHub. The steps are the following after installing kube-bench:
kubectl apply -f job.yaml
kubectl get pods - get the pod name (it mentions Completed)
kubectl logs <pod_name>
What happened?
What did you expect to happen:
I expected to see output for all benchmarks found in CIS for Kubernetes.
Environment
kube-bench version is the latest (0.9.4)
Running processes
Configuration files
[If kube-bench is reporting an issue related to the settings defined in a config file, please attach the file, or include an extract showing the settings that are being detected incorrectly.] - not applicable
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]