Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Deploy a Milvus Database on GKE

I am trying to install the milvus database and encountered this error. 

API [compute.googleapis.com] not enabled on project [milvus-testing-nonprod]. Would you like to enable and retry (this will take a few minutes)? (y/N)? y

Enabling service [compute.googleapis.com] on project [milvus-testing-nonprod]...
ERROR: (gcloud.compute.networks.create) PERMISSION_DENIED: Permission denied to enable service [compute.googleapis.com]

0 1 190
1 REPLY 1

Hi, @skhan_096.

Based on the error, it appears that the user or service account you're using to create the Milvus database is missing the gcloud.compute.networks.create role. Please review the roles assigned to your account in the GCP Console's IAM dashboard.

Regards,
Mokit