Alex Crawford

Results 58 comments of Alex Crawford

This is correct. In fact, we go out of our way to only overwrite the fields in `/etc/coreos/update.conf` that differ from the cloud-config. This feels incorrect. I don't think we...

Yes and yes. For starters, we should fix cloudinit.

Has there been any progress on this? I'm interested in support for multiple targets (specifically, x86_64 and aarch64).

After thinking about this, I think an include directive would be the best solution.

The maximum allowed length for descriptions is 140. Sounds like we will need a status page.

I agree this would be great. I'm not sure how Tailor would determine this from it's expression language though. Maybe it would be possible to hold back-references to the underlying...

If diffs are represented as a list of additions and a list of removals, the `length` operator will make that simple. I'm not sure the best way to represent a...

The idea was to help detect simple changes, for example, if you wanted to make sure that a version string is updated in every location.

Sorry, all. I'm realistically not going to have time to revisit this.

Hey, welcome back! 👋 I'm pretty sure this isn't working because Enclaver only [proxies HTTP egress traffic](https://github.com/edgebitio/enclaver/blob/ecc1ee20bd700d96d832b9925c5a9a979d182bf4/enclaver/src/proxy/egress_http.rs#L90-L132), while raft uses "raw" TCP. You'll need to use something like [ncat](https://nmap.org/ncat/guide/ncat-proxy.html) to...