Skip to content

Commit c85978f

Browse files
authored
dump all namespaces (#819)
Signed-off-by: Mark Nelson <mark.x.nelson@oracle.com>
1 parent 6ea25bb commit c85978f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/collect-info.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ kubectl get crd -o custom-columns="KIND:.kind,NAME:.metadata.name" --no-headers=
3333
kubectl get crd "$name" -o yaml >> all-resources.yaml
3434
done
3535

36-
kubectl cluster-info dump > cluster-info-dump
36+
kubectl cluster-info dump -A > cluster-info-dump
3737

3838
echo ''
3939
echo 'Data collection complete. Please review the output before sharing'

0 commit comments

Comments
 (0)