jpiper

Results 25 comments of jpiper

This happened to me when I SIGTERMd an upgrade. I solved it by deleting the helm secret associated with this release, e.g. ``` $ k get secrets NAME TYPE DATA...

Ideally, yes. Unfortunately the VCF specification only allows non-negative integers or `.` in this field though, so this was the best I could do without breaking spec

I just ran zkboom on a deployment backed by a 5-node etcd v3.3.2 cluster, attempting to replicate the table shown here:https://coreos.com/blog/introducing-zetcd. I compiled the latest zetcd HEAD and vendored in...

Looks like this might be related to https://github.com/coreos/flannel/issues/779

This is a more widespread issue in clint with the handling of strings - particularly with regard to unicode strings. Some methods work on unicode strings and others fail ....

This would be relatively easy to add, but I'm wondering about the best way to implement it. Do you think there should be a small buffer (n lines under the...

Actually, thinking about it, this would require changing progress.bar (which is currently a function) to be a class. It would have an iterable magic method similar to what it currently...

Alex, you've pretty much hit the nail on the head here with regards to continuing development of clint - one can't reasonably expect any sort of support from Kenneth, but...

I'm hoping #39 will have fixed this. I am working on a new release...