From 4a77d43d63a1ab945af27a8e3ecaaa3d564cd65d Mon Sep 17 00:00:00 2001 From: Stuart Clements Date: Wed, 15 Jan 2020 16:13:21 +0100 Subject: [PATCH] Adding TOC links --- docs/1.10/install_config/harbor_ha_helm.md | 9 +++++++++ docs/1.10/install_config/helm_upgrade.md | 9 +++++++++ docs/1.10/install_config/index.md | 4 ++-- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/docs/1.10/install_config/harbor_ha_helm.md b/docs/1.10/install_config/harbor_ha_helm.md index 8f99aef0a..bac2552f0 100644 --- a/docs/1.10/install_config/harbor_ha_helm.md +++ b/docs/1.10/install_config/harbor_ha_helm.md @@ -1,3 +1,7 @@ +[Back to table of contents](../index.md) + +---------- + # Deploying Harbor with High Availability via Helm ## Goal @@ -74,3 +78,8 @@ helm 3: ``` helm install my-release . ``` + + +---------- + +[Back to table of contents](../index.md) \ No newline at end of file diff --git a/docs/1.10/install_config/helm_upgrade.md b/docs/1.10/install_config/helm_upgrade.md index 59a4c8628..5eef9ffe0 100644 --- a/docs/1.10/install_config/helm_upgrade.md +++ b/docs/1.10/install_config/helm_upgrade.md @@ -1,3 +1,7 @@ +[Back to table of contents](../index.md) + +---------- + # Upgrading Harbor Deployed with Helm This guide is used to upgrade Harbor deployed by chart since version 0.3.0. @@ -63,3 +67,8 @@ helm upgrade release-name --force . ## Known issues - The job logs will be lost if you upgrade from version 0.3.0 as the logs are store in a `emptyDir` in 0.3.0. + + +---------- + +[Back to table of contents](../index.md) \ No newline at end of file diff --git a/docs/1.10/install_config/index.md b/docs/1.10/install_config/index.md index c4f77a43a..33e2a0654 100644 --- a/docs/1.10/install_config/index.md +++ b/docs/1.10/install_config/index.md @@ -8,8 +8,6 @@ This section describes how to perform a new installation of Harbor. If you are upgrading from a previous version of Harbor, you might need to update the configuration file and migrate your data to fit the database schema of the later version. For information about upgrading, see [Upgrading Harbor](../../administration/upgrade/upgrade_migrate_data.md). -You can also use Helm to install Harbor on a Kubernetes cluster, to make it highly available. For information about installing Harbor with Helm on a Kubernetes cluster, see the [Deploying Harbor with High Availability via Helm](harbor_ha_helm.md). - Before you install Harbor, you can test its functionality on a demo server that the Harbor team has made available. For information, see [Test Harbor with the Demo Server](demo_server.md). You can use Harbor with different 3rd party replication adapters, OIDC adapters, and scanner adapters. For information about the supported adapters, see the [Harbor Compatibility List](harbor_compatibility_list.md). @@ -24,6 +22,8 @@ The standard Harbor installation process involves the following stages: 1. [Configure the Harbor YML File](configure_yml_file.md) 1. [Run the Installer Script](run_installer_script.md) +You can also use Helm to install Harbor on a Kubernetes cluster, to make it highly available. For information about installing Harbor with Helm on a Kubernetes cluster, see the [Deploying Harbor with High Availability via Helm](harbor_ha_helm.md). + If installation fails, see [Troubleshooting Harbor Installation](troubleshoot_installation.md). ## Post-Installation Configuration