From 84ea1219844da93a789468e2a62749d1785788f3 Mon Sep 17 00:00:00 2001 From: dkeightley <20566450+dkeightley@users.noreply.github.com> Date: Wed, 8 Feb 2023 02:38:02 +0000 Subject: [PATCH 1/2] Update Rancher charts repository --- .../installation-and-upgrade/resources/local-system-charts.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/getting-started/installation-and-upgrade/resources/local-system-charts.md b/docs/getting-started/installation-and-upgrade/resources/local-system-charts.md index 9ddb246f05f..336cec4ebed 100644 --- a/docs/getting-started/installation-and-upgrade/resources/local-system-charts.md +++ b/docs/getting-started/installation-and-upgrade/resources/local-system-charts.md @@ -2,7 +2,7 @@ title: Setting up Local System Charts for Air Gapped Installations --- -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. +The [Charts](https://github.com/rancher/charts) repository contains all the helm catalog items required for features such as monitoring, logging, alerting and istio. In an air gapped installation of Rancher, you will need to configure Rancher to use a local copy of the system charts. This section describes how to use local system charts using a CLI flag. @@ -11,4 +11,3 @@ In an air gapped installation of Rancher, you will need to configure Rancher to A local copy of `system-charts` has been packaged into the `rancher/rancher` container. To be able to use these features in an air gap install, you will need to run the Rancher install command with an extra environment variable, `CATTLE_SYSTEM_CATALOG=bundled`, which tells Rancher to use the local copy of the charts instead of attempting to fetch them from GitHub. Example commands for a Rancher installation with a bundled `system-charts` are included in the [air gap installation](../../../pages-for-subheaders/air-gapped-helm-cli-install.md) instructions for Docker and Helm installs. - From 73eec027eb118f225531068346197cb5ceb7ecd1 Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Wed, 8 Feb 2023 14:36:31 -0800 Subject: [PATCH 2/2] Update docs/getting-started/installation-and-upgrade/resources/local-system-charts.md --- .../installation-and-upgrade/resources/local-system-charts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/installation-and-upgrade/resources/local-system-charts.md b/docs/getting-started/installation-and-upgrade/resources/local-system-charts.md index 336cec4ebed..476a7e96eed 100644 --- a/docs/getting-started/installation-and-upgrade/resources/local-system-charts.md +++ b/docs/getting-started/installation-and-upgrade/resources/local-system-charts.md @@ -2,7 +2,7 @@ title: Setting up Local System Charts for Air Gapped Installations --- -The [Charts](https://github.com/rancher/charts) repository contains all the helm catalog items required for features such as monitoring, logging, alerting and istio. +The [Charts](https://github.com/rancher/charts) repository contains all the Helm catalog items required for features such as monitoring, logging, alerting and Istio. In an air gapped installation of Rancher, you will need to configure Rancher to use a local copy of the system charts. This section describes how to use local system charts using a CLI flag.