kubecost / cost-analyzer-helm-chart

Kubecost helm chart
http://kubecost.com/install
Apache License 2.0
458 stars 410 forks source link

fix units #3505

Closed jessegoodier closed 1 week ago

jessegoodier commented 1 week ago

What does this PR change?

fixes units used by duckdb memory limits

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!)

NA

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

None

How was this PR tested?

tested in a real environment, befofe change:

RR Failed executing W boot query 'SET memory_limit TO '1Gi'': Parser Error: Unknown unit for memory_limit: %s (expected: KB, MB, GB, TB for 1000^i units or KiB, MiB, GiB, TiB for 1024^i unites)

after, no log error.

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

will update in TN's pending docs PR

jessegoodier commented 1 week ago

/cherry-pick v2.3