Brian Akins
Brian Akins
Much of this needs to be refactored, but this was a straightforward way to get his done.
I have a few use cases where I need to actually test on a different port than the serving port. My testing set up is currently broken, but this worked...
I generally run all my services inside the cluster with certificates signed by an internal CA. I want to run my metacontroller hooks the same way. This PR adds a...
Useful if running behind a loadbalancer that terminates SSL.
How plausible would it be to have a single command that could fetch and verify CoreOS images then launch them. Something like: ``` shell $./coreos --root=/tmp/foo.img --release=695.0.0 Downloading 695.0.0 image......
consider including a spec file? Here's a simple one: ``` package = "lua-redis-parser" version = "0.09-5" description = { summary = "redis parser" } source = { url = "git://github.com/agentzh/lua-redis-parser.git",...
Hacky I know. [](https://reviewable.io/reviews/stevendanna/knife-hacks/2)