4.02 - Lab 8¶
Objectives¶
- Unzip the TKG extensions
- Change the image registry location
Unzip the TKG Extensions¶
-
Using the terminal, navigate to the
Downloadsdirectory.cd ~/Downloads/ -
Unzip the tkg-extensions file to the
Workspacedirectory.tar -zxvf tkg-extensions-manifests-v1.3.1-vmware.1.tar.gz -C ~/Workspace/ -
Navigate to the
Workspacedirectory.cd ~/Workspace/tkg-extensions-v1.3.1+vmware.1 -
List the files.
tree -d -L 2 | lessBecause the
extensionssubdirectory contains the main configuration that you edit before deploying each extension, you will mostly work out of this directory.The other directories contain the kapp and ytt templates for overriding advanced parameters for each extension.
Change the Image Registry Location¶
-
Using the terminal, navigate to the
Workspacedirectory.cd ~/Workspace -
Run the script to update the extension files to load images from Harbor.
./tkg-ext-to-harbor.shThe extensions manifest files point to Harbor.