Alex Crawford

Results 22 issues of Alex Crawford

I was looking into the default handler implementation and found some (seemingly) low-hanging fruit. I wanted to get your opinion before I made any changes though. 1. I think the...

The MOTD on Container Linux claims that the reboot strategy is off. When CLUO is running, it should update the message to be accurate.

This action only requires read/write access to the "checks" scope. When the "permissions" object is present, all of the scopes default to "none".

**Issue by [mwhooker](https://github.com/mwhooker)** _Thursday Dec 04, 2014 at 03:16 GMT_ _Originally opened as https://github.com/coreos/locksmith/issues/54_ --- locksmith 0.2.0 introduced several configurable parameters: - --endpoint / LOCKSMITHD_ENDPOINT - --etcd-keyfile / LOCKSMITHD_ETCD_KEYFILE -...

component/locksmith
kind/documentation
priority/P2
area/usability
team/tools

**Issue by [crawford](https://github.com/crawford)** _Wednesday Jan 21, 2015 at 01:30 GMT_ _Originally opened as https://github.com/coreos/locksmith/issues/60_ --- On a system without etcd running, using the "best-effort" or "reboot" reboot strategy, `locksmithctl reboot`...

kind/bug
component/locksmith
priority/P2
area/usability
team/tools

While this currently supports cloud-config, there are many things that it cannot properly configure. Ignition solves all of those issues and it would be great if I could provide my...

enhancement

When I attempt a HEAD request on the playground, I get a 404: ``` $ curl -v --head http://play.etcd.io/ ~/code/crawford/marker * Trying 104.199.121.254... * TCP_NODELAY set * Connected to play.etcd.io...

We need to create some tests focused on running large amounts of Docker containers in order to stress it. This is a good starting point: https://github.com/coreos/bugs/issues/481#issuecomment-141583991.

kind/enhancement
component/kola
priority/P1

This allows `RUST_LOG` to take effect but still be overridden by later customization. This addresses #43.

The user needs to provide a health-check service that is required by and runs before `update-engine.service`. If the health check fails, it will prevent update engine from marking the boot...