We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a78a7c0 + a92f489 commit 97a9e76Copy full SHA for 97a9e76
in-cluster/default.yaml
@@ -275,6 +275,7 @@ spec:
275
collectorName: replicated.app-health-check
276
get:
277
url: https://replicated.app/healthz
278
+ - nodeMetrics: {}
279
analyzers:
280
- deploymentStatus:
281
checkName: Check EKCO is operational
@@ -459,3 +460,11 @@ spec:
459
460
message: No default storage class found
461
- pass:
462
message: Default storage class found
463
+ - nodeMetrics:
464
+ checkName: Check for PVCs using more than 80% storage in the entire cluster
465
+ outcomes:
466
+ - fail:
467
+ when: "pvcUsedPercentage >= 80"
468
+ message: "There are PVCs using more than 80% of storage: {{ .PVC.ConcatenatedNames }}"
469
+ - pass:
470
+ message: "No PVCs are using more than 80% of storage"
0 commit comments