From e38f96a0af253b909ced08957d318b9d0d5e670e Mon Sep 17 00:00:00 2001 From: Yaron Date: Mon, 12 Aug 2024 15:18:23 +0300 Subject: [PATCH] cluster-health-move --- docs/admin/troubleshooting/troubleshooting.md | 4 ++++ mkdocs.yml | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/admin/troubleshooting/troubleshooting.md b/docs/admin/troubleshooting/troubleshooting.md index f826fbe7e2..d4fcea94a4 100644 --- a/docs/admin/troubleshooting/troubleshooting.md +++ b/docs/admin/troubleshooting/troubleshooting.md @@ -45,6 +45,10 @@ __Resolution:__ Verify that the certificate is valid and trusted. If the certificate is valid, but is signed by a local CA, make sure you have followed the procedure for a [local certificate authority](../runai-setup/config/org-cert.md). +## Cluster Health + +See [Cluster Health Troubleshooting](../runai-setup/config/clusters.md#troubleshooting-scenarios) + ## Dashboard Issues ??? "No Metrics are showing on Dashboard" diff --git a/mkdocs.yml b/mkdocs.yml index 18476acc33..9e4ef025b5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -123,6 +123,8 @@ plugins: 'admin/runai-setup/config/non-root-containers.md' : 'admin/authentication/non-root-containers.md' 'admin/workloads/policies/README.md' : 'admin/workloads/policies/overview.md' # 'admin/workloads/policies' : 'admin/workloads/policies/overview.md' + 'admin/troubleshooting/cluster-health-check.md' : 'admin/runai-setup/config/clusters.md' + nav: - Home: @@ -212,7 +214,7 @@ nav: - 'Researcher Authentication' : 'admin/authentication/researcher-authentication.md' - 'User Identity in Container' : 'admin/authentication/non-root-containers.md' - 'Troubleshooting' : - - 'Cluster Health' : 'admin/troubleshooting/cluster-health-check.md' +# - 'Cluster Health' : 'admin/troubleshooting/cluster-health-check.md' - 'Troubleshooting' : 'admin/troubleshooting/troubleshooting.md' - 'Diagnostics' : 'admin/troubleshooting/diagnostics.md'