Skip to content

Commit

Permalink
docs: DOC-1379 (#3894)
Browse files Browse the repository at this point in the history
(cherry picked from commit e693451)
  • Loading branch information
karl-cardenas-coding committed Sep 13, 2024
1 parent c0744de commit a3585bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,10 @@ Complete the following steps before deploying the airgap Palette installation.
3. In your OCI registry, create a public repository named `spectro-images`. The public repositry will host the images
required by Palette.

4. Download the Certificate Authority (CA) for your OCI registry. You will need to provide the installation process the
CA, otherwise you may encounter errors when authenticating with the OCI registry which could result in an incomplete
install. Skip this step if you are using AWS ECR.
4. Download the Certificate Authority (CA) for your OCI registry and make it available in the local file system. You
will need to provide the CA to the Palette CLI installation wizard later in the installation process. If you don't
give the Palette CLI the file path to the CA when prompted, you may encounter errors when authenticating with the
OCI registry, which could result in an incomplete installation. Skip this step if you are using AWS ECR.

5. Log in to the Linux environment where you will download the airgap binaries. This step requires internet access.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,10 @@ Complete the following steps before deploying the airgap VerteX installation.
3. In your OCI registry, create a public repository named `spectro-images`. The public repositry will host the images
required by VerteX.

4. Download the Certificate Authority (CA) for your OCI registry. You will need to provide the installation process the
CA, otherwise you may encounter errors when authenticating with the OCI registry which could result in an incomplete
install. Skip this step if you are using AWS ECR.
4. Download the Certificate Authority (CA) for your OCI registry and make it available in the local file system. You
will need to provide the CA to the Palette CLI installation wizard later in the installation process. If you don't
give the Palette CLI the file path to the CA when prompted, you may encounter errors when authenticating with the OCI
registry, which could result in an incomplete installation. Skip this step if you are using AWS ECR.

5. Log in to the Linux environment where you will download the airgap binaries. This steps requires internet access to
download the airgap setup binary.
Expand Down

0 comments on commit a3585bb

Please sign in to comment.