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
Copy file name to clipboardExpand all lines: helmfile.d/charts/prometheus-alerts/templates/alerts/kubernetes-apps.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ spec:
51
51
{{- end }}
52
52
- alert: KubeContainerOOMKilled
53
53
annotations:
54
-
description: Container {{`{{`}} $labels.container {{`}}`}} in pod {{`{{`}} $labels.namespace {{`}}`}}/{{`{{`}} $labels.pod {{`}}`}} from {{`{{`}} $labels.cluster {{`}}`}} has been OOMKilled {{`{{`}} $value {{`}}`}} times in the last 10 minutes.
54
+
description: Container {{`{{`}} $labels.container {{`}}`}} in pod {{`{{`}} $labels.namespace {{`}}`}}/{{`{{`}} $labels.pod {{`}}`}} from {{`{{`}} $labels.cluster {{`}}`}} has been OOMKilled {{`{{`}} $value {{`}}`}} times in the last 30 minutes.
Copy file name to clipboardExpand all lines: migration/template/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ As with all scripts in this repository `CK8S_CONFIG_PATH` is expected to be set.
47
47
./bin/ck8s ops kubectl sc|wc get nodes
48
48
./bin/ck8s ops kubectl sc|wc get jobs -A
49
49
./bin/ck8s ops helm sc|wc list -A --all
50
-
velero get backup
50
+
./bin/ck8s ops velero sc|wc get backup
51
51
```
52
52
53
53
- [ ] Silence the notifications for the alerts. e.g you can use [alertmanager silences](https://prometheus.io/docs/alerting/latest/alertmanager/#silences);
0 commit comments