Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
scripts/kube-hunter-manifests/config.yaml: enable debug output
Browse files Browse the repository at this point in the history
So we can investigate, why kube-hunter job is sometimes taking long time
to finish.

Refs #145

Signed-off-by: Mateusz Gozdek <mateusz@kinvolk.io>
  • Loading branch information
invidian committed Jan 20, 2020
1 parent ee3a0c6 commit 78f86d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kube-hunter-manifests/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ spec:
- name: kube-hunter
image: aquasec/kube-hunter
command: ["python", "kube-hunter.py"]
args: ["--pod", "--active"]
args: ["--pod", "--active", "--log", "DEBUG"]
restartPolicy: Never
backoffLimit: 4

0 comments on commit 78f86d0

Please sign in to comment.