You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
W1223 21:38:18.060748 1501775 warnings.go:70] spec.template.spec.containers[0].resources.limits[memory]: fractional byte value "3006477107200m" is invalid, must be an integer
W1223 21:38:18.076453 1501775 warnings.go:70] spec.template.spec.containers[0].resources.limits[memory]: fractional byte value "6012954214400m" is invalid, must be an integer
W1223 21:38:18.080387 1501775 warnings.go:70] spec.template.spec.containers[0].resources.limits[memory]: fractional byte value "3006477107200m" is invalid, must be an integer
W1223 21:38:18.080536 1501775 warnings.go:70] spec.template.spec.containers[0].resources.limits[memory]: fractional byte value "6120328396800m" is invalid, must be an integer
W1223 21:38:18.207262 1501775 warnings.go:70] spec.template.spec.containers[0].resources.limits[memory]: fractional byte value "2254857830400m" is invalid, must be an integer
W1223 21:38:18.207500 1501775 warnings.go:70] spec.template.spec.containers[0].resources.limits[memory]: fractional byte value "2254857830400m" is invalid, must be an integer
W1223 21:38:18.207660 1501775 warnings.go:70] spec.template.spec.containers[0].resources.limits[memory]: fractional byte value "2254857830400m" is invalid, must be an integer
W1223 21:38:18.213446 1501775 warnings.go:70] spec.template.spec.containers[0].resources.limits[memory]: fractional byte value "1503238553600m" is invalid, must be an integer
W1223 21:38:18.215864 1501775 warnings.go:70] spec.template.spec.containers[0].resources.limits[memory]: fractional byte value "2254857830400m" is invalid, must be an integer
What is the bug?
Using https://github.com/grafana/mimir/blob/main/operations/helm/charts/mimir-distributed/small.yaml when installing via Helm gives the following warnings:
How to reproduce it?
helm install mimir-prod grafana/mimir-distributed -f https://github.com/grafana/mimir/blob/main/operations/helm/charts/mimir-distributed/small.yaml
What did you think would happen?
A clean install without warnings or errors.
What was your environment?
Kubernetes:
Helm:
Any additional context to share?
The fix is quite easy. All values for resoruces limits and requests need to be quoted, e.g:
See: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#example-2
I'd be happy to create a PR with correct values.
The text was updated successfully, but these errors were encountered: