An air gap (aka internet-restricted) installation method is used when the TKG environment (bootstrapper and cluster nodes) is unable to connect to the internet to download the installation binaries from the public VMware Registry during TKG install, or upgrades.
Internet restricted environments can use an internal private registry in place of the VMware public registry. An example of a commonly used registry solution is Harbor.
This blog post covers how to install TKGm using a private registry configured with a self-signed certificate.
Pre-requisites of Internet-Restricted Environment
Before you can deploy TKG management and workload clusters in an Internet-restricted environment, you must have:
- An Internet-connected Linux jumphost machine that has:
- A minimum of 2 GB RAM, 2 vCPU, and 30 GB hard disk space.
- Docker client installed.
- Tanzu CLI installed.
- Carvel Tools installed.
- A version of yq greater than or equal to 4.9.2 is installed.
- An internet-restricted Linux machine with Harbor installed.