Installing Google Cloud CLI

This document shows how to install Google Cloud CLI before you install GKE on VMware.

To install GKE on VMware, you need certain tools that are in gcloud CLI. Use the following steps to install the tooling, including upgrading your existing gcloud CLI installation.

To install gcloud CLI and related tooling:

  1. Install gcloud CLI:

    • Install gcloud CLI but skip the gcloud init command.

    • If you already have a version installed, run the following command to list what components and versions you have:

      gcloud components list

      If you have the latest available version and both the anthos-auth and kubectl components are Installed, you can stop here.

  2. Retrieve the latest components and versions:

    1. Run the following command to update gcloud CLI:

      gcloud components update
    2. To install the anthos-auth and kubectl components, run the following commands:

      gcloud components install kubectl
      gcloud components install anthos-auth

What's next

Create a Cloud project (quickstart).

Create Google Cloud projects (full instructions).