-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Documentation states that the VM instance can be customized by setting options as environment variables. Presumably, this should override options set on the provider - but it does not. Example showing that DISK_SIZE override via an environment variable is ignored follows; other environment variables (ZONE, SERVICE_ACCOUNT) are also ignored.
$ devpod provider options gcloud | grep DISK_SIZE
... 40
$ echo $DISK_SIZE
50
$ devpod up github.com/...
$ devpod machine list
NAME | PROVIDER | AGE
---------------+----------+--------
pulumi-ee723 | gcloud | 1m49s
$ gcloud compute instances list
NAME ZONE ... STATUS
devpod-pulumi-ee723 us-east4-b ... RUNNING
$ gcloud compute instances describe devpod-pulumi-ee723 --zone=us-east4-b | grep diskSizeGb
diskSizeGb: '40'Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels