Regenerate integrations docs (#19803)
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
Netdata bot committed
Mar 8, 2025 at 04:46 UTC
917dc197a77c0be7ecfc5559d06fc4e1d81a59b3
1 file changed
+7
-1
src/go/plugin/go.d/collector/k8s_state/integrations/kubernetes_cluster_state.md
+7
-1
@@ -202,7 +202,13 @@ Metrics:
202
203
## Alerts
204
205
-There are no alerts configured by default for this integration.
205
+
206
+The following alerts are available:
207
+
208
+| Alert name | On metric | Description |
209
+|:------------|:----------|:------------|
210
+| [ k8s_state_deployment_condition_available ](https://github.com/netdata/netdata/blob/master/src/health/health.d/k8sstate.conf) | k8s_state.deployment_conditions | Deployment ${label:k8s_deployment_name} does not have the minimum required replicas |
211
+| [ k8s_state_cronjob_last_execution_failed ](https://github.com/netdata/netdata/blob/master/src/health/health.d/k8sstate.conf) | k8s_state.cronjob_last_execution_status | CronJob ${label:k8s_cronjob_name} in ${label:k8s_namespace} failing |
212
213
214
## Setup