Skip to content
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

Deploy to kind cluster with debugging on #4700

Merged
merged 1 commit into from
Sep 28, 2023

Conversation

pedjak
Copy link
Contributor

@pedjak pedjak commented Sep 28, 2023

While development/testing locally, it is very useful to have
debug logs turned on.

I have:

  • Read and followed Crossplane's contribution process.
  • Run make reviewable to ensure this PR is ready for review.

@pedjak pedjak requested review from a team as code owners September 28, 2023 09:16
While development/testing locally, it is very useful to have
debug logs turned on.

Signed-off-by: Predrag Knezevic <predrag.knezevic@upbound.io>
Copy link
Contributor

@phisco phisco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree, I always run it as HELM3_FLAGS="--set args={--debug} " ./cluster/local/kind.sh helm-upgrade. The main issue of setting this as default is that helm is not going to merge args if you add custom ones, so you'll have to remember to add --debug it back again later, but I agree it's a better default.

@phisco phisco merged commit 3dbe4b9 into crossplane:master Sep 28, 2023
15 checks passed
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.

None yet

3 participants