79493506

Date: 2025-03-07 21:48:18
Score: 0.5
Natty:
Report link

After you create a snapshot of the disk from the “instance-template” , the missing step is you need to create a boot disk from a snapshot by:

gcloud compute disks create (DISK_NAME) --source-snapshot (SNAPSHOT_NAME) --type=hyperdisk-balanced

Then create a new instance by EXISTING DISKS option then choose the created disk above.

image

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ralphyjade