replicatedhq / troubleshoot

Preflight Checks and Support Bundles Framework for Kubernetes Applications
https://troubleshoot.sh
Apache License 2.0
544 stars 93 forks source link

feat: Prompt user to run command as root #1512

Closed banjoh closed 6 months ago

banjoh commented 6 months ago

Description, Motivation and Context

If some collectors require elevated permissions, we prompt the user to exit and rerun the command as root. If they choose to continue, the collectors run as usual.

Checklist

Does this PR introduce a breaking change?