From 8ee1c65fced134c67bfcd4d1b94e769b156fa185 Mon Sep 17 00:00:00 2001 From: viniciusdc Date: Fri, 14 Mar 2025 11:29:51 -0300 Subject: [PATCH 1/2] include new checks for grafana, argo and dask --- docs/docs/how-tos/setup-healthcheck.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/how-tos/setup-healthcheck.md b/docs/docs/how-tos/setup-healthcheck.md index 5a59ad423..cd5adaf26 100644 --- a/docs/docs/how-tos/setup-healthcheck.md +++ b/docs/docs/how-tos/setup-healthcheck.md @@ -61,3 +61,6 @@ Below is an explanation of the available healthchecks. This list may not be comp | daemonset | verifies that a daemonset can be created, fully provisioned, and torn down. This checks the full kubelet functionality of every node in your Kubernetes cluster | | deployment | verifies that a fresh deployment can run, deploy multiple pods, pass traffic, do a rolling update (without dropping connections), and clean up successfully | | keycloak-http-check | verifies Keycloak is accessible | +| argo-http-check | verifies Argo Workflows Server is accessible | +| dask-gateway-http-check | verifies Dask Gateway Gateway API is running | +| grafa-http-check | verifies Grafana is accessible | From 13cddbb190b4384859002298aa61e53287a2d052 Mon Sep 17 00:00:00 2001 From: "Vinicius D. Cerutti" <51954708+viniciusdc@users.noreply.github.com> Date: Thu, 20 Mar 2025 13:12:10 -0300 Subject: [PATCH 2/2] Update docs/docs/how-tos/setup-healthcheck.md --- docs/docs/how-tos/setup-healthcheck.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how-tos/setup-healthcheck.md b/docs/docs/how-tos/setup-healthcheck.md index cd5adaf26..d769bd76e 100644 --- a/docs/docs/how-tos/setup-healthcheck.md +++ b/docs/docs/how-tos/setup-healthcheck.md @@ -63,4 +63,4 @@ Below is an explanation of the available healthchecks. This list may not be comp | keycloak-http-check | verifies Keycloak is accessible | | argo-http-check | verifies Argo Workflows Server is accessible | | dask-gateway-http-check | verifies Dask Gateway Gateway API is running | -| grafa-http-check | verifies Grafana is accessible | +| grafana-http-check | verifies Grafana is accessible |