Skip to content

Instantly share code, notes, and snippets.

@nrh
Last active August 29, 2015 14:12
Show Gist options
  • Save nrh/789dab11017c53f116ea to your computer and use it in GitHub Desktop.
Save nrh/789dab11017c53f116ea to your computer and use it in GitHub Desktop.
Notes on Google Cloud Platform

Notes on Google Cloud Platform

Jan 7 2015

  • Recovering a root disk is a bit of a pain, surprising that there isn't a way to stop a vm/detach a disk and edit it elsewhere. the general pattern is:
    1. snapshot running? instance
    2. create new disk from snapshot
    3. attach disk to working VM
    4. modify disk
    5. clone old VM with new disk
    6. move over any stuff (IP, ..?)

Jan 6 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment