mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed Jun 12 09:25:04 UTC 2024
This commit is contained in:
parent
40ba53d37f
commit
04a1e3ce77
205 changed files with 8281 additions and 231 deletions
|
|
@ -23,6 +23,9 @@ DESCRIPTION
|
|||
(ALPHA) gcloud alpha compute images import imports Virtual Disk images,
|
||||
such as VMWare VMDK files and VHD files, into Compute Engine.
|
||||
|
||||
NOTE: It is recommended to use the new Image Import. Run "gcloud alpha
|
||||
migration vms image-imports --help" for details.
|
||||
|
||||
Importing images involves four steps:
|
||||
▪ Upload the virtual disk file to Cloud Storage.
|
||||
▪ Import the image to Compute Engine.
|
||||
|
|
@ -47,6 +50,15 @@ DESCRIPTION
|
|||
See
|
||||
https://cloud.google.com/compute/docs/images/importing-virtual-disks#resource_cleanup.
|
||||
|
||||
Troubleshooting: Image import/export tools rely on CloudBuild default
|
||||
behavior. They has been using the default CloudBuild service account in
|
||||
order to import/export images to/from Google Cloud Platform. However, Cloud
|
||||
Build has changed this default behavior and in new projects a custom user
|
||||
managed service account may need to be provided to perform the builds. If
|
||||
you get a CloudBuild service account related error, run gcloud with
|
||||
--cloudbuild-service-account=<custom service account>. See gcloud compute
|
||||
images import --help for details.
|
||||
|
||||
EXAMPLES
|
||||
To import a centos-7 VMDK file, run:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue