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

[kube-prometheus-stack] default rules for k8sContainerMemoryWorkingSetBytes are not enabled #4056

Closed
FlorisFeddema opened this issue Dec 4, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@FlorisFeddema
Copy link
Contributor

Describe the bug a clear and concise description of what the bug is.

In version 54.2.0 the default k8s where split into multiple rules.
However there is no default value for k8sContainerMemoryWorkingSetBytes added in the values.yaml so we lost this recording rule in the upgrade. This means the node_namespace_pod_container:container_memory_working_set_bytes metric does not exist anymore and our dashboards stopped working.

To keep the same functionality it would be best to add a default for this in the helm chart.

What's your helm version?

v3.10.3

What's your kubectl version?

v1.28.2

Which chart?

kube-prometheus-stack

What's the chart version?

54.2.0

What happened?

We updated from 54.1.x to 54.2.0 without changing the values and we noticed in one of our dashboard that the Memory usage was missing. After looking into it the node_namespace_pod_container:container_memory_working_set_bytes metric was not showing up anymore.

What you expected to happen?

No change in the default rules that are deployed.

How to reproduce it?

Upgrade to 54.2.0 without change the default rules.

Enter the changed values of values.yaml?

NONE

Enter the command that you execute and failing/misfunctioning.

We use ArgoCD for our deployments, however any helm install with the default rules should work.

Anything else we need to know?

No response

@FlorisFeddema FlorisFeddema added the bug Something isn't working label Dec 4, 2023
@cmitri-harris
Copy link

This was solved in #4044

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants