Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[version-4-2] docs: DOC-1379 (#3894) #3899

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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