Cloud Deploy を設定する

このページでは、Cloud Deploy を設定する手順について説明します。Cloud Deploy の料金については、料金をご覧ください。

  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

    Cloud Deploy の機能を使用するために、Google Kubernetes Engine、Cloud Storage、Cloud Build などの他の API を有効にする必要があります。有効にするには、Google Cloud コンソールで API ライブラリに移動し、API ライブラリを検索します。
  4. Install the Google Cloud CLI, then initialize it by running the following command:

    gcloud init
  5. すでに gcloud CLI をインストールしている場合は、最新のバージョンがインストールされていることを確認します。

     gcloud components update
    

次のステップ