Skip to content

Commit

Permalink
Update AWSFederalAirgap-DeploymentGuide.md
Browse files Browse the repository at this point in the history
Signed-off-by: dharmrai-vmw <rdharmendra@vmware.com>
  • Loading branch information
dharmrai-vmw committed Jul 19, 2022
1 parent c765263 commit 500e50b
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -330,7 +330,7 @@ For a description of all variables, see the [Variables](#variables) section.

## <a id=accessing-your-tanzu-kubernetes-grid-cluster> </a> 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:
```
Expand Down Expand Up @@ -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=<DNS Name of your image registry>
export USE_EXISTING_REGISTRY=true
Expand Down

0 comments on commit 500e50b

Please sign in to comment.