updated pluto_detect_kubectl_dump_objects.sh

pull/4/head
Hari Sekhon 2 years ago
parent 3b5754e108
commit 4fe880e5fa

@ -45,7 +45,7 @@ dumpfile="$dir/all.yaml"
mkdir -pv "$dir"
timestamp "Dumping all live Kubernetes objects to $dumpfile (this will take a few minutes)"
"$srcdir/kubectl_get_all.sh" -o yaml > "$dumpfile"
"$srcdir/kubectl_get_all.sh" --all-namespaces -o yaml > "$dumpfile"
echo >&2
timestamp "Scanning dumped objects with Pluto"

Loading…
Cancel
Save