Skip to content

Several components alerting as down, kubecontrollermanager, kubescheduler. #717

Discussion options

You must be logged in to vote

Hi, I had same issue before. But I was using GKE.
To my understanding, depending on the cluster setup. Some components are not available or visible to the monitoring system.
So I ended up disable the corresponding rules in config.jsonnet like this.

...
+ {
    # Prometheus patch
    prometheus +:: {
      # Adjust resource limits
      prometheus+:{
        spec+:{
          resources+:{
            requests+:{
              memory: "1Gi"
            },
          },
        }
      },
      # remove unwanted rule groups
      rules+:{
        spec+:{
          groups: [
          x for x in super.groups 
          if std.count([
            "kubernetes-system-controller-manager", # unavai…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@brancz
Comment options

@jeanluclariviere
Comment options

@balthazar
Comment options

@balthazar
Comment options

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