This page shows how to install Google Cloud CLI before you install GKE on-prem.
Installing Google Cloud CLI
To install GKE on-prem, 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:
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 theanthos-auth
andkubectl
components areInstalled
, you can stop here.
Retrieve the latest components and versions:
Run the following command to update gcloud CLI:
gcloud components update
To install the
anthos-auth
andkubectl
components, run the following commands:gcloud components install kubectl gcloud components install anthos-auth