Apigee Hybrid 需要某些 Google Cloud 服务 API。在此步骤中,您将启用安装平台所需的 API。
使用 gcloud
启用所需的 API,如以下步骤所述。如果您愿意,您也可以使用 Cloud 控制台来启用 API。
- 完成前提条件,并确保在本地 shell 中安装了 gcloud CLI:
gcloud --help
-
创建一个
PROJECT_ID
环境变量,其中的值是您计划用于 Apigee Hybrid 的 Google Cloud 项目的 ID。项目 ID 是一个唯一字符串,用于将您的项目与 Google Cloud 中的所有其他项目区分开来。如有需要,请参阅查找项目 ID:export PROJECT_ID=
YOUR_PROJECT_ID - 选择目标安装的标签页以查看用于启用 API 的命令:
如果您要在 OpenShift 上运行集群,请使用以下命令启用 API:
点击即可查看有关 API 的详细信息
名称 标题 说明 apigee.googleapis.com Apigee API 提供您的项目与其他 Hybrid 服务和 Google Cloud API 之间的通信。 apigeeconnect.googleapis.com Apigee Connect API 提供 Apigee 管理层面与运行时层面之间的通信。 cloudapis.googleapis.com Google Cloud API 为方便起见,这是 Google Cloud API 的元服务(仅限基于 OpenShift 的集群) cloudresourcemanager.googleapis.com Cloud Resource Manager API Hybrid 用来验证服务账号。 compute.googleapis.com Compute Engine API 用于集群管理(仅限基于 GKE 和 OpenShift 的集群)。 dns.googleapis.com Cloud DNS API Google Cloud DNS 是运行在 Google 基础架构上的可扩缩、可靠、托管式的权威域名系统 (DNS) 服务。(仅限基于 OpenShift 的集群)。 iam.googleapis.com Identity and Access Management (IAM) API 管理 Google Cloud Platform 资源的身份和访问控制(包括服务账号的创建),这可用于向 Google 进行身份验证并进行 API 调用。(仅限基于 OpenShift 的集群)。 iamcredentials.googleapis.com IAM 服务账号凭据 API Service Account Credentials API 可让开发者在 Google Cloud Platform 上为其服务账号创建短期有效的权限受限凭据。(仅限基于 OpenShift 的集群)。 pubsub.googleapis.com Cloud Pub/Sub API Apigee 配额功能正常工作所必需。 servicemanagement.googleapis.com Service Management API 通过 Google Service Management,服务提供方可以在 Google Cloud Platform 上发布其服务,以便服务使用方发现和使用这些服务。(仅限基于 OpenShift 的集群)。 serviceusage.googleapis.com Service Usage API 在 Google Cloud Platform 上启用服务使用方希望使用的服务,列出可用或已启用的服务,或停用服务使用方不再使用的服务。(仅限基于 OpenShift 的集群)。 storage-api.googleapis.com Google Cloud Storage JSON API 可让您存储和检索可能较大的不可变数据对象(仅限基于 OpenShift 的集群)。 storage-component.googleapis.com Cloud Storage Google Cloud Storage 是一项 RESTful 服务,用于在 Google 的基础架构上存储和访问数据。(仅限基于 OpenShift 的集群)。 gcloud services enable \ apigee.googleapis.com \ apigeeconnect.googleapis.com \ cloudapis.googleapis.com \ cloudresourcemanager.googleapis.com \ compute.googleapis.com \ dns.googleapis.com \ iam.googleapis.com \ iamcredentials.googleapis.com \ pubsub.googleapis.com \ servicemanagement.googleapis.com \ serviceusage.googleapis.com \ storage-api.googleapis.com \ storage-component.googleapis.com --project $PROJECT_ID
如果要在以下某个平台上运行集群,请运行以下命令以启用所需的 API:
- 纯软件版 Google Distributed Cloud on VMware 或 Google Distributed Cloud on Bare Metal
- AKS
- GKE on AWS
- EKS
点击即可查看有关 API 的详细信息
名称 标题 说明 apigee.googleapis.com Apigee API 提供您的项目与其他 Hybrid 服务和 Google Cloud API 之间的通信。 apigeeconnect.googleapis.com Apigee Connect API 提供 Apigee 管理层面与运行时层面之间的通信。 pubsub.googleapis.com Cloud Pub/Sub API Apigee 配额功能正常工作所必需。 cloudresourcemanager.googleapis.com Cloud Resource Manager API Hybrid 用来验证服务账号。 gcloud services enable \ apigee.googleapis.com \ apigeeconnect.googleapis.com \ cloudresourcemanager.googleapis.com \ pubsub.googleapis.com --project $PROJECT_ID
如果要在 Google Kubernetes Engine (GKE) 上运行集群,请运行以下命令以启用所需的 API:
点击即可查看有关 API 的详细信息
名称 标题 说明 apigee.googleapis.com Apigee API 提供您的项目与其他 Hybrid 服务和 Google Cloud API 之间的通信。 apigeeconnect.googleapis.com Apigee Connect API 提供 Apigee 管理层面与运行时层面之间的通信。 pubsub.googleapis.com Cloud Pub/Sub API Apigee 配额功能正常工作所必需。 cloudresourcemanager.googleapis.com Cloud Resource Manager API Hybrid 用来验证服务账号。 container.googleapis.com Kubernetes Engine API 如果您计划使用 Google Kubernetes Engine (GKE) on Google Cloud 或纯软件版 Google Distributed Cloud 进行 Hybrid 运行时安装,请启用该 API。 compute.googleapis.com Compute Engine API 用于集群管理(仅限基于 GKE 和 OpenShift 的集群)。 gcloud services enable \ apigee.googleapis.com \ apigeeconnect.googleapis.com \ cloudresourcemanager.googleapis.com \ compute.googleapis.com \ container.googleapis.com \ pubsub.googleapis.com --project $PROJECT_ID
-
(可选)如需验证所需的 API 是否已启用,请执行此命令。如果所需的 API 位于返回的列表中,则表示已启用它们。
gcloud services list --project $PROJECT_ID
下一步
转到第 2 步:创建组织。