Brandon Philips

Results 67 issues of Brandon Philips

This might be a nice thing to add- a JournalLogger class: https://github.com/systemd/python-systemd Cool project! I wish I used more Python so I could make use of it.

enhancement

For the discovery.etcd.io service I wanted a one-liner to debug via etcdctl and came up with this: ``` kubectl exec -it $(kubectl get pods -l app=etcd -o jsonpath='{.items[0].metadata.name}') -- /usr/local/bin/etcdctl...

The docs about compaction for the etcd operator are sort of out of date for the v3.3 release. I would suggest we use update to use duration format and explicit...

Instead of using a timer in SubscribeUnits react to PropertiesChanged event: http://lists.freedesktop.org/archives/systemd-devel/2013-October/013546.html

kind/enhancement

Please take the google doc and put it into the README so people know how this all works. The primary things will be the labels and overall theory of operation.

It would be ideal if the CLUO could run as non-root. We would need to allocate a UID on CL, update the daemonset security context to use this UID, and...

DNS delegation is the idea that I can own the domain `example.com` but delegate hosting of my container images to `container.hosting`. Think MX records, where I have a DNS name...

kind/enhancement
kind/design
priority/P2
component/naming spec

This project should "specify a way to attach signatures". There are a few different approaches that could be taken based on prior art: 1 Detached signature sitting alongside each CAS...

kind/question
component/signing spec
area/distribution
area/security
area/compliance

See the error from docker: ``` export IMAGE_NAME=$(uuidgen) $ docker build -t ttl.sh/${IMAGE_NAME}:1h . invalid argument "ttl.sh/A028C747-D344-4B85-AF58-FC59A321788D:1h" for "-t, --tag" flag: invalid reference format: repository name must be lowercase $...

https://github.com/jlewi/mlkube.io cc @jlewi