This topic describes how to install the VMware Tanzu Kubernetes Grid Integrated Edition Command Line Interface (TKGI CLI).
For information on the TKGI CLI, see TKGI CLI.
Install the TKGI CLI
To install the TKGI CLI, follow the procedures for your operating system to download the TKGI CLI from VMware Tanzu Network. Binaries are only provided for 64-bit architectures.
Mac OS X
- Navigate to VMware Tanzu Network and log in.
- Click Tanzu Kubernetes Grid Integrated Edition.
- Select your desired release version from the Releases dropdown.
- Click TKGI CLI.
- Click TKGI CLI - Mac to download the Mac OS X binary.
- Rename the downloaded binary file to
tkgi
.
- On the command line, run the following command to make the TKGI CLI binary executable:
$ chmod +x tkgi
- Move the binary file into your
PATH
.
- Run
tkgi –version
to verify the version of your TKGI CLI installed locally.
Linux
- Navigate to VMware Tanzu Network and log in.
- Click Tanzu Kubernetes Grid Integrated Edition.
- Select your desired release version from the Releases dropdown.
- Click TKGI CLI.
- Click TKGI CLI - Linux to download the Linux binary.
- Rename the downloaded binary file to
tkgi
.
- On the command line, run the following command to make the TKGI CLI binary executable:
$ chmod +x tkgi
- Move the binary file into your
PATH
.
- Run
tkgi –version
to verify the version of your TKGI CLI installed locally.
Windows
- Navigate to VMware Tanzu Network and log in.
- Click Tanzu Kubernetes Grid Integrated Edition.
- Select your desired release version from the Releases dropdown.
- Click TKGI CLI.
- Click TKGI CLI - Windows to download the Windows executable file.
- Rename the downloaded binary file to
tkgi.exe
.
- Move the binary file into your
PATH
.
- Run
tkgi –version
to verify the version of your TKGI CLI installed locally.