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'