Set up Cloud Deploy

This page describes the steps to set up Cloud Deploy. For information about charges to Cloud Deploy, see Pricing.

  1. In the Google Cloud console, on the project selector page, select or create a Google Cloud project.

    Go to project selector

  2. Make sure that billing is enabled for your Google Cloud project.

  3. Enable the Cloud Deploy API.

    Enable the API

    You might need to enable other APIs to use Cloud Deploy features, including Google Kubernetes Engine, Cloud Storage, and Cloud Build APIs. To enable them, navigate to the API library in Google Cloud console, and search for those APIs.
  4. After installing the Google Cloud CLI, initialize it by running the following command:

    gcloud init

    If you're using an external identity provider (IdP), you must first sign in to the gcloud CLI with your federated identity.

  5. If you've already installed gcloud CLI, make sure you have the latest available version:

     gcloud components update
    

What's next