Machine Permission update on Google Compute

Machine permission can be updated without deleting instances.

Backport of #24607 in master branch
This commit is contained in:
propulkit 2017-05-11 07:34:42 +02:00 committed by David Pilato
parent 0789a74055
commit 77feabb3d5
1 changed files with 1 additions and 2 deletions

View File

@ -433,8 +433,7 @@ gcloud config set project es-cloud
[[discovery-gce-usage-tips-permissions]]
===== Machine Permissions
If you have created a machine without the correct permissions, you will see `403 unauthorized` error messages. The only
way to alter these permissions is to delete the instance (NOT THE DISK). Then create another with the correct permissions.
If you have created a machine without the correct permissions, you will see `403 unauthorized` error messages. To change machine permission on an existing instance, first stop the instance then Edit. Scroll down to `Access Scopes` to change permission. The other way to alter these permissions is to delete the instance (NOT THE DISK). Then create another with the correct permissions.
Creating machines with gcloud::
+