diff --git a/content/rancher/v2.x/en/installation/air-gap-high-availability/config-rancher-system-charts/_index.md b/content/rancher/v2.x/en/installation/air-gap-high-availability/config-rancher-system-charts/_index.md index 84271a410d8..50c2ddd93d1 100644 --- a/content/rancher/v2.x/en/installation/air-gap-high-availability/config-rancher-system-charts/_index.md +++ b/content/rancher/v2.x/en/installation/air-gap-high-availability/config-rancher-system-charts/_index.md @@ -4,15 +4,33 @@ weight: 600 aliases: --- -## A. Prepare System Charts +# A. Prepare System Charts The [System Charts](https://github.com/rancher/system-charts) repository contains all the catalog items required for features such as monitoring, logging, alerting and global DNS. To be able to use these features in an air gap install, you will need to mirror the `system-charts` repository to a location in your network that Rancher can reach and configure Rancher to use that repository. Refer to the release notes in the `system-charts` repository to see which branch corresponds to your version of Rancher. -## B. Configure System Charts +# B. Configure System Charts -Rancher needs to be configured to use the Git mirror of the `system-charts` repository. +Rancher needs to be configured to use your Git mirror of the `system-charts` repository. You can configure the system charts repository either from the Rancher UI or from Rancher's API view. + +### Configuring the Registry from the Rancher UI + +In the catalog management page in the Rancher UI, follow these steps: + +1. Go to the **Global** view. + +1. Click **Tools > Catalogs.** + +1. The system chart is displayed under the name `system-library`. To edit the configuration of the system chart, click **Ellipsis (...) > Edit.** + +1. In the **Catalog URL** field, enter the location of the Git mirror of the `system-charts` repository. + +1. Click **Save.** + +**Result:** Rancher is configured to download all the required catalog items from your `system-charts` repository. + +### Configuring the Registry in Rancher's API View 1. Log into Rancher. @@ -27,3 +45,5 @@ Rancher needs to be configured to use the Git mirror of the `system-charts` repo 1. Click **Show Request** 1. Click **Send Request** + +**Result:** Rancher is configured to download all the required catalog items from your `system-charts` repository. \ No newline at end of file diff --git a/content/rancher/v2.x/en/installation/air-gap-single-node/config-rancher-system-charts/_index.md b/content/rancher/v2.x/en/installation/air-gap-single-node/config-rancher-system-charts/_index.md index e61d140cbf1..d322108daf5 100644 --- a/content/rancher/v2.x/en/installation/air-gap-single-node/config-rancher-system-charts/_index.md +++ b/content/rancher/v2.x/en/installation/air-gap-single-node/config-rancher-system-charts/_index.md @@ -4,15 +4,33 @@ weight: 500 aliases: --- -## A. Prepare System Charts +# A. Prepare System Charts The [System Charts](https://github.com/rancher/system-charts) repository contains all the catalog items required for features such as monitoring, logging, alerting and global DNS. To be able to use these features in an air gap install, you will need to mirror the `system-charts` repository to a location in your network that Rancher can reach and configure Rancher to use that repository. Refer to the release notes in the `system-charts` repository to see which branch corresponds to your version of Rancher. -## B. Configure System Charts +# B. Configure System Charts -Rancher needs to be configured to use the Git mirror of the `system-charts` repository. +Rancher needs to be configured to use your Git mirror of the `system-charts` repository. You can configure the system charts repository either from the Rancher UI or from Rancher's API view. + +### Configuring the Registry from the Rancher UI + +In the catalog management page in the Rancher UI, follow these steps: + +1. Go to the **Global** view. + +1. Click **Tools > Catalogs.** + +1. The system chart is displayed under the name `system-library`. To edit the configuration of the system chart, click **Ellipsis (...) > Edit.** + +1. In the **Catalog URL** field, enter the location of the Git mirror of the `system-charts` repository. + +1. Click **Save.** + +**Result:** Rancher is configured to download all the required catalog items from your `system-charts` repository. + +### Configuring the Registry in Rancher's API View 1. Log into Rancher. @@ -27,3 +45,5 @@ Rancher needs to be configured to use the Git mirror of the `system-charts` repo 1. Click **Show Request** 1. Click **Send Request** + +**Result:** Rancher is configured to download all the required catalog items from your `system-charts` repository. \ No newline at end of file