Skip to content

Commit

Permalink
Revert "WGE install pages updates (#3924)"
Browse files Browse the repository at this point in the history
This reverts commit e648806.
  • Loading branch information
Lauri Apple authored Aug 15, 2023
1 parent e648806 commit bbbf74d
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 828 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ From [wikipedia](https://en.wikipedia.org/wiki/Air_gap_(networking))
>An air gap, air wall, air gapping or disconnected network is a network security measure employed on one or more computers
to ensure that a secure computer network is physically isolated from unsecured networks, such as the public Internet or an unsecured local area network...

This document guides on how to install Weave GitOps Enterprise (WGE) in a restricted environment.
This document guides on how to install Weave Gitops Enterprise in a restricted environment.

# Before You Start

There are multiple restrictions that could happen within an air-gapped environment. This guide assumes that you have egress network
restrictions. In order to install WGE, the required artifacts must be loaded
restrictions. In order to install Weave Gitops Enterprise (WGE), the required artifacts are required to be loaded
from a private registry. This guide helps you with the task to identity the Helm charts
and container images required to install WGE and to load them into your private registry.

Expand All @@ -33,25 +33,25 @@ to load the artifacts in the private network.
Finally, we aim to provide an end to end example to use it as a guidance more than a recipe. Feel free to adapt the details
that do not fit within your context.

# Install WGE
# Install

There are different variations of the following stages and conditions. We consider that installing
WGE in an air-gapped environment could follow the following stages.

1. Set up a WGE install environment.
1. Setup a WGE install environment.
2. Collect artifacts and publish to a private registry.
3. Install WGE in the air-gapped environment.
3. Install Weave Gitops Enterprise in the air-gapped environment.

## Set up a WGE install environment
## Setup a WGE install environment

The main goal of this stage is to recreate a local WGE within your context, to collect
The main goal of this stage is to recreate a local Weave Gitops Enterprise within your context, to collect
the container images and Helm charts, that will be required in your private registry for the offline installation.

A three-step setup is followed.

1. Setup a proxy host
2. Setup a private registry
3. Install WGE
3. Install Weave Gitops Enterprise

### Setup a proxy host

Expand Down Expand Up @@ -143,7 +143,7 @@ helm repo update private

At this stage you have already a private registry for container images and helm charts.

### Install WGE
### Install Weave Gitops Enterprise

This step is to gather the artifacts and images in your local environment to push to the private registry.

Expand Down Expand Up @@ -274,7 +274,7 @@ spec:

</details>

#### WGE
#### Weave Gitops Enterprise

Update the following manifest to your context.

Expand Down Expand Up @@ -482,7 +482,7 @@ ghcr.io/weaveworks-liquidmetal/flintlock-kernel:5.10.77

## Airgap Install

### Weave GitOps Enterprise
### Weave Gitops Enterprise
At this stage you have in your private registry both the Helm charts and container images required to install Weave GitOps
Enterprise. Now you are ready to install WGE from your private registry.

Expand Down
Loading

0 comments on commit bbbf74d

Please sign in to comment.