mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-18 06:38:19 +01:00
Adding TOC links
This commit is contained in:
parent
1a3cc0abf9
commit
4a77d43d63
@ -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)
|
@ -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)
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user