updates per Denise's feedback.

This commit is contained in:
Mark Bishop
2018-05-23 15:07:32 -07:00
committed by Denise
parent e3eb85ff3e
commit 2c0dfe03c9
3 changed files with 8 additions and 8 deletions
@@ -2,12 +2,12 @@
title: Air Gap Installation
weight: 345
---
Rancher supports installing from a private registry. In every [release](https://github.com/rancher/rancher/releases), we provide you with the needed system-images and scripts to mirror those images to your own registry. The system-images are used when nodes are added to a cluster, or when you enable features like pipelines or logging.
Rancher supports installing from a private registry. In every [release](https://github.com/rancher/rancher/releases), we provide you with the needed Docker images and scripts to mirror those images to your own registry. The Docker images are used when nodes are added to a cluster, or when you enable features like pipelines or logging.
>**Prerequisite:** It is assumed you either have your own private registry or other means of distributing docker images to your machine. If you need help with creating a private registry, please refer to the [Docker documentation for private registries](https://docs.docker.com/registry/).
>**Note:** In Rancher v2.0.0, registries with authentication are not supported for installing from a private registry. The system-images can only be pulled from a registry without authentication enabled. This limitation only applies to system-images.
>**Note:** In Rancher v2.0.0, registries with authentication are not supported for installing from a private registry. The Docker images can only be pulled from a registry without authentication enabled. This limitation only applies to Docker images.
## Release files
+2 -2
View File
@@ -12,8 +12,8 @@ Each new version of Rancher 2.x.x supports upgrades from previous versions of Ra
Complete one of the upgrade procedures below based on your Rancher installation:
- [Single Node Upgrade](./single-node-upgrade/)
- [High Availability Upgrade](./ha-server-upgrade)
<!--- [Air Gap Upgrade](./air-gap-upgrade)-->
- [High Availability Upgrade](./ha-server-upgrade/)
- [Air Gap Upgrade](./air-gap-upgrade/)
### Migrating from Rancher 1.6.x
@@ -2,10 +2,10 @@
title: Air Gap Upgrade
weight: 1500
---
To upgrade an air gaped Rancher Server, update your private registry with the latest Rancher images, and then run the upgrade command.
To upgrade an air gapped Rancher Server, update your private registry with the latest Docker images, and then run the upgrade command.
## Upgrading An Air Gaped Rancher Server
## Upgrading An Air Gapped Rancher Server
1. Follow the directions in [Air Gap Installation]({{< baseurl >}}/rancher/v2.x/en/installation/air-gap-installation/) to update the release files on your air gaped Rancher Server.
1. Follow the directions in [Air Gap Installation]({{< baseurl >}}/rancher/v2.x/en/installation/air-gap-installation/) to update the images required for the version of Rancher you want to upgrade to.
2. Follow the directions in [Single Node Upgrade]({{< baseurl >}}/rancher/v2.x/en/upgrades/single-node-upgrade/) to complete upgrade of your air gaped Rancher Server.
2. Follow the directions in [Single Node Upgrade]({{< baseurl >}}/rancher/v2.x/en/upgrades/single-node-upgrade/) to complete upgrade of your air gapped Rancher Server.