Elijah Voigt

Results 14 issues of Elijah Voigt

Related to customers running into problems caused by faulty image downloads. Refs #760, #583, #736, and https://coreos.com/os/docs/latest/verify-images.html I'm not 100% sure I found all of the references / places to...

help-wanted
low hanging fruit
needs review

This adds a 'manually running etcd v3' guide using the etcd-member service. Hopefully we can link to this when it's not appropriate or possible to use Container Linux configs or...

needs review

As [the style guide](https://github.com/coreos/docs/blob/master/STYLE.md#command-line-grammar) says we should be using `$` to denote commands and (hopefully) show some example output. I usually try to avoid nit-picking with the style guide, but...

low hanging fruit
kind/enhancement
priority/P2

Things like this: ```sh script: "date +%M" ``` should be displayed as ```sh script: "date +%M" ``` but instead they're displayed as a golang Printf error: ```sh script: "date +"...

bug
help wanted