Nat Henderson

Results 38 comments of Nat Henderson

Yes, I have seen this work with `gce_client_id` and `gce_client_secret` set, as well as without (with application default credentials configured through `gcloud`). What config file do you have that is...

In the config you supplied, `gce_client_secret=****REPLACE WITH SECRET****`. I assume you replaced your secret with that to avoid leaking it, but you should double-check the validity of your secret. I...

FYI: this does seem to be supported, under the name `image_userdata` (which is an old name for a startup script).

Interesting... Let me look into that. It looks correctly implemented at first blush, but I'll look a bit deeper.

![image](https://user-images.githubusercontent.com/605324/53829776-c0aeab80-3f35-11e9-90e7-84337bb39363.png) generates ![image](https://user-images.githubusercontent.com/605324/53829807-d58b3f00-3f35-11e9-9019-f05b7d1fffaa.png) which includes ![image](https://user-images.githubusercontent.com/605324/53829824-e0de6a80-3f35-11e9-9e62-4bae51cb2106.png) which executes and functions correctly: ![image](https://user-images.githubusercontent.com/605324/53829857-f5226780-3f35-11e9-81d3-9bf82dc927ce.png) This makes me wonder what issues folks are having - I'd be happy to help them debug! One...

Oh, also the `$HOME` environment variable - but that should certainly be set to _something_. I wonder what user the script runs as!

Ah, just experimented - `$HOME` is unset, and `whoami` is `root`. If `/hello.txt` didn't get run when you did that, I suspect it's because of multiline string parsing issues -...

Hi, @riccardomurri, your reading is correct on that page! 96 CPU machines are the largest in most regions. However, overall quota limits do exist. There is a way to get...

The package will only require the machines to be able to talk to each other using their internal IPs, which really just means that they're on the same GCP network....

Okay ... sorry for what may be a ton of PR noise here, but the same commands are passing locally, so there must be something about the execution environment I...