Matt Turner

Results 25 comments of Matt Turner

Ah, I did not; I didn't know about it. I think we should definetly cross-link them in the documentation, I had no idea. I use a separate Node Pool, and...

> That's correct! The GKE API changes defaults for new pools (you can see that documented [here](https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity#enable_on_existing_cluster)). Ok I missed those docs, just used the getting started guide and assumptions....

Good lord ;) I'm happy to do it, but not 100% sure when I'll find the time

I think I'd go with #1, like the auto-detection too. Seems neatest to me, and could be extended to other kinds of remote URL. To address the other related use...

Oh I was thiking the user would just supply the unit file, so it'll come from `files/` like a normal `file.copy`. Basically `install.system_unit` would be short-hand for * `file.copy(files/foo.service, )`...

Yeah that might be quite neat, I was just worried that a higher abstraction would make it harder to go off-piste if a unit needs non-standard settings. But yeah for...

I'm having the above issue on an m1 Mac with newly-upgraded wasm-pack v0.11.0 - it's trying `/opt/homebrew/bin/bin/wasm-opt`, but ``` $ which wasm-opt /opt/homebrew/bin/wasm-opt ```

Work on my machine :) Thanks!

On further investigation it's not this - I just didn't give it long enough to error on my slow cluster. Something else in the image isn't working I assume. The...

Ok this is the weirdest thing. Something about `docker buildx`-produced images just doesn't work. I tried both the image you publish plus one I built from your sources, both give...