Specify system-charts branch for Rancher version in air gap docs

This commit is contained in:
Catherine Luse
2019-07-08 10:41:27 -07:00
parent f924cdc71c
commit 693e55d387
2 changed files with 19 additions and 1 deletions
@@ -8,6 +8,15 @@ aliases:
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.
Use the branch of `system-charts` that corresponds to your version of Rancher:
| Rancher Version | system-charts Repository Branch |
|-----------------|--------|
| v2.0.0 - v2.2.3 | master |
| v2.2.4+ | release-v2.2 |
| v2.3-alpha3 | v2.3-preview1 |
| v2.3-alpha5 | v2.3-preview2 |
## B. Configure System Charts
Rancher needs to be configured to use the Git mirror of the `system-charts` repository.
@@ -6,7 +6,16 @@ aliases:
## A. Prepare System Charts
The [System Charts](https://github.com/rancher/system-charts) repository contains all the catalog items required for features such as moniotring, 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.
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.
Use the branch of `system-charts` that corresponds to your version of Rancher:
| Rancher Version | system-charts Repository Branch |
|-----------------|--------|
| v2.0.0 - v2.2.3 | master |
| v2.2.4+ | release-v2.2 |
| v2.3-alpha3 | v2.3-preview1 |
| v2.3-alpha5 | v2.3-preview2 |
## B. Configure System Charts