-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a debug mode option #73
Comments
|
@eddiezane This is currently already possible Line 22 in bec028e
https://github.com/defenseunicorns/uds-k3d?tab=readme-ov-file#additional-info |
@zachariahmiller ah sorry for not being more clear. The ask here was to specifically add a meta option to enable all the debug flags you might need when attempting to debug issues such as turning on api server logs, etc so you don't have to look up all the flags and pass them manually. Does that make sense? |
@eddiezane Yeah that makes sense. I was on the fence when reading the issue for some reason as to whether that was your ask vs just the ability to provide options. 😄 |
Is your feature request related to a problem? Please describe.
While attempting to debug something in Pepr+UDS, I needed to pass some extra k3s args to enable debug logging and such. An idea from @jeff-mccoy is to add a "debug mode".
Describe the solution you'd like
An arg (or some other control) I can set to enable extra flags for k3s. i.e.
The flags I used in this scenario were the following but we could explore others to cut down on the flag passing from the CLI.
The text was updated successfully, but these errors were encountered: