Skip to content

Having a lot of alerts "KubeCPUOvercommit" #1605

Answered by sneko
sneko asked this question in General
Discussion options

You must be logged in to vote

@paulfantom is there another place where I can get community help? I did some research for this but unable to find what's wrong.

From what I see:

  - name: kubernetes-resources
    rules:
    - alert: KubeCPUOvercommit
      annotations:
        description: Cluster has overcommitted CPU resource requests for Pods and cannot tolerate node failure.
        runbook_url: https://github.com/prometheus-operator/kube-prometheus/wiki/kubecpuovercommit
        summary: Cluster has overcommitted CPU resource requests.
      expr: |
        sum(namespace_cpu:kube_pod_container_resource_requests:sum{})
          /
        sum(kube_node_status_allocatable{resource="cpu"})
          >
        ((count(…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@paulfantom
Comment options

@sneko
Comment options

@paulfantom
Comment options

Answer selected by sneko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants