From 500e50b4a287bd8a50e70616d9fd858b93dfde49 Mon Sep 17 00:00:00 2001 From: Dharmendra Rai <106221238+dharmrai-vmw@users.noreply.github.com> Date: Sat, 16 Jul 2022 17:01:58 +0530 Subject: [PATCH] Update AWSFederalAirgap-DeploymentGuide.md Signed-off-by: dharmrai-vmw --- .../AWS - Federal Airgap/AWSFederalAirgap-DeploymentGuide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/product/release/AWS - Federal Airgap/AWSFederalAirgap-DeploymentGuide.md b/docs/product/release/AWS - Federal Airgap/AWSFederalAirgap-DeploymentGuide.md index 3299cf80..d3254b58 100644 --- a/docs/product/release/AWS - Federal Airgap/AWSFederalAirgap-DeploymentGuide.md +++ b/docs/product/release/AWS - Federal Airgap/AWSFederalAirgap-DeploymentGuide.md @@ -330,7 +330,7 @@ For a description of all variables, see the [Variables](#variables) section. ## Accessing Your Tanzu Kubernetes Grid Cluster - - For setting up VPC peering that will allow SSH access to your Harbor instance and bootstrap instance, see [Accessing Your Harbor Instance](#Accessing-Your-Harbor-Instance). + - For setting up VPC peering that will allow SSH access to your Harbor instance and bootstrap instance, see [Accessing Your Harbor Instance](#accessing-your-harbor-instance). - To track the progress of the Tanzu Kubernetes Grid installation, you can run the following command on the bootstrap instance: ``` @@ -459,7 +459,7 @@ You can use an existing registry by doing the following steps. - `ami/tkg-bootstrap/roles/bootstrap/files/ca/` - `ami/stig/roles/canonical-ubuntu-18.04-lts-stig-hardening/files/ca` -1. **Additional Environment Variables:** If you are not running `make all` or `make install-harbor` for Harbor installation and making use of the existing Harbor registry, then the following variables need to be set in addition to the variables mentioned in the [Required Environment Variables](#required-environment-variables) section. These variables are needed for running `make check-for-ca-download`, `make install`, and `make install-tkg-on-al2` commands. +1. **Additional Environment Variables:** If you are not running `make all` or `make install-harbor` for Harbor installation and making use of the existing Harbor registry, then the following variables need to be set in addition to the variables mentioned in the [Variables](#variables) section. These variables are needed for running `make check-for-ca-download`, `make install`, and `make install-tkg-on-al2` commands. ```sh export REGISTRY= export USE_EXISTING_REGISTRY=true