The root disk size in GCE is 10 gigs. How do I increase this? I cant find the option in the console or the gcutil flags. This can be easily done in AWS.
相关问题
- Why do Dataflow steps not start?
- __call__() missing 1 required positional argument:
- Cannot upload large file to Google Cloud Storage
- How to set query parameters dialogflow php sdk
- Google Data Studio connect to cloud datastore
相关文章
- How do I create a persistent volume claim with Rea
- GKE does not scale to/from 0 when autoscaling enab
- Can't push image to google container registry
- Your application has authenticated using end user
-
Google App Engine Error:
INVALID_ARGUMENT - How to create a namespace if it doesn't exists
- How can I make http call to DialogFlow V2 using si
- Kafka to Google Cloud Platform Dataflow ingestion
In most cases, it will be simpler and more flexible to create a second data disk of the size you want, and attach it to the instance.
To resize a Persistent Disk (including a root disk), snapshot the disk, then create a new larger disk from the snapshot.
For anyone else unable to find a working answer, I found this script someone kindly posted:
https://gist.github.com/xelwarto/6f5c6556613c9215b1e1
Create a disk first with whatever size and image you want, and then create your instance using Existing Disk as your boot source.