Skip to content

docs: improve local debugging guidance - #1560

Open
VedantMadane wants to merge 1 commit into
fluxcd:mainfrom
VedantMadane:docs/local-debugging
Open

docs: improve local debugging guidance#1560
VedantMadane wants to merge 1 commit into
fluxcd:mainfrom
VedantMadane:docs/local-debugging

Conversation

@VedantMadane

Copy link
Copy Markdown

Summary

Expands DEVELOPMENT.md with a practical local debugging section:

  • verbose console logs (--log-level / --log-encoding)
  • suspending unrelated HelmRelease objects (and optional label selector)
  • on-demand reconcile via reconcile.fluxcd.io/requestedAt
  • pprof on the metrics bind address
  • VS Code launch.json example

Avoids the inaccurate RUNTIME_NAMESPACE-only / --concurrent=1 tips from earlier attempts; behaviour matches main.go and docs/README.md.

Fixes #462

Add DEVELOPMENT.md guidance for verbose logs, suspending unrelated HelmReleases, on-demand reconcile, pprof, and VS Code launch config.

Signed-off-by: Vedant Madane <6527493+VedantMadane@users.noreply.github.com>
Assisted-by: Grok/grok-code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve documentation on debugging the controller locally

1 participant