Is it possible to create a google cloud datalab with f1-micro and 20GB of boot disk and 10GB of persistent disk?
Or is the minimum requirement, the default of n1-standard-1 and 200GB Standard Persistent Disk?
I tried to create a datalab instance with the following command:
datalab create --image-name practice --disk-size-gb 10 --idle-timeout "30m" --machine-type f1-micro practice
Although the VM is created, the datalab gets stuck at waiting for datalab to be available at localhost. It works when I go with the default command of
datalab create practice
Any clarifications on this?