Nick Owens
Nick Owens
in a dockerfile like so: ```Dockerfile FROM alpine:3 RUN apk add git make bash zip RUN git clone --depth=1 https://github.com/jart/cosmopolitan.git /build/cosmopolitan RUN make -C /build/cosmopolitan -j -l4 -O O=o//tool/net/redbean.com ```...
hi, i have one of these: https://wiki.makerdiary.com/nrf52840-mdk-usb-dongle/ unfortunately programming it with nordic's SDK is a real pain and i'm not a fan. would it be possible to support this board...
this issue is for discussion on implementing reboot groups, similar to what locksmith has today. currently my idea is to create a kubernetes TPR that describes which nodes are in...
the controller should read a configuration option from a configmap that indicates whether reboots are paused globally, and respect that option.
@ethernetdan apparently has a way to automate setup and testing with a tectonic cluster on aws. this will be useful in the future for integration testing.
currently you can't set the max number of locks for locksmith. locksmith itself will have to be changed to accept a configuration option for this, but coreos-cloudinit will need have...
hey, i'd like to call some code that has a frozenset, but i didn't see any good way to iterate it. is there an example?
current when one specifies `qemu` as a platform to cork download-image, it downloads `coreos_production_image.bin.bz2` which is a raw disk file. instead, `qemu` should download `coreos_production_qemu_image.img.bz2` which is a qemu qcow...
plume pre-release would be quicker to complete the azure stuff if it simply copied between azure storage containers rather than uploading twice.