Skip to content

Commit

Permalink
Increase the node unreachable time limit to 30mins
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepak Tiwari committed Feb 6, 2024
1 parent 58b07aa commit 985412d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/kubernetesControlPlane-prometheusRule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ spec:
summary: Node is unreachable.
expr: |
(kube_node_spec_taint{job="kube-state-metrics",key="node.kubernetes.io/unreachable",effect="NoSchedule"} unless ignoring(key,value) kube_node_spec_taint{job="kube-state-metrics",key=~"ToBeDeletedByClusterAutoscaler|cloud.google.com/impending-node-termination|aws-node-termination-handler/spot-itn"}) == 1
for: 15m
for: 30m
labels:
severity: warning
- alert: KubeletTooManyPods
Expand Down

0 comments on commit 985412d

Please sign in to comment.