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

Add logLevel as a helm value property under kubecostModel instead of extraEnv configuration #3717

Merged
merged 5 commits into from
Oct 22, 2024

Conversation

mittal-ishaan
Copy link
Collaborator

What does this PR change?

Adds log level as a helm value property for kubecostModel to make it easier to be configured by the user.

Does this PR rely on any other PRs?

NA

How does this PR impact users? (This is the kind of thing that goes in release notes!)

Adds log level as a helm value property for kubecostModel to make it easier to be configured by the user. Right now the user has to add an extraEnv for log level to make it work out.

Links to Issues or tickets this PR addresses or fixes

What risks are associated with merging this PR? What is required to fully test this PR?

NA

How was this PR tested?

deployed kubecost by setting the helm values as

kubecostModel:
  logLevel: "debug"

I was able to see debug logs in cost-model container

Have you made an update to documentation? If so, please provide the corresponding PR.

Not yet but will do

@thomasvn thomasvn added the v2.5 label Oct 22, 2024
@thomasvn thomasvn merged commit 7dd176f into develop Oct 22, 2024
20 checks passed
@thomasvn thomasvn deleted the add_loglevel_for_kubecostModel branch October 22, 2024 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants