Deepak Kakade
Deepak Kakade

Reputation: 43

Google cloud rolling update error Required 'Alpha Access' permission

I am trying to use google cloud rolling update but it is showing error as ERROR: (gcloud.alpha.compute.instance-groups.managed.rolling-action.start-update) Could not fetch resource: - Required 'Alpha Access' permission for 'Compute API'. i dont know how to allow my project access to this feture.

please help.

Upvotes: 3

Views: 6845

Answers (2)

Pawel Siarkiewicz
Pawel Siarkiewicz

Reputation: 21

Update for the original question. This feature is no longer in alpha so there is no need to white list your project or use the alpha gcloud command. Please see the documentation for the gcloud cli syntax.

Upvotes: 2

cherba
cherba

Reputation: 8980

Google cloud compute alpha features are only enabled for whitelisted projects.

You can go to corresponding products page, in this case: https://cloud.google.com/compute/docs/instance-groups/updating-managed-instance-groups,

click on Request to be whitelisted to use this feature to request access for your project.

Upvotes: 3

Related Questions