Skip to content

Commit

Permalink
add permissions for the cloning in GCP
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Jun 19, 2023
1 parent 6e31694 commit 7a4d629
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/source/cloud-setup/cloud-permissions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -226,3 +226,13 @@ Optionally, to use TPUs, add the following role:
roles/tpu.admin
You can grant those accesses via the `GCP IAM console <https://console.cloud.google.com/iam-admin/iam>`_.

[Optional] To allow ``--clone-disk-from`` to work, you need to have the following permissions for the role as well.

.. code-block:: text
compute.disks.useReadOnly
compute.images.create
compute.images.get
compute.images.delete

0 comments on commit 7a4d629

Please sign in to comment.