Dustin Decker

Results 35 issues of Dustin Decker

It looks like it is possible for OSX: https://github.com/gen2brain/beeep/pull/13 It does not currently work for Linux though.

Add a mutation policy to make `terminationMessagePolicy: FallbackToLogsOnError` default for containers. This will help users determine why a container exited when looking at their logs.

When a Pod has been execed into, a annotation should be added to the Pod to indicate that. Maybe `k-rail.cruise-automation.github.com/taint/exec: `

Signed-off-by: Dustin Decker

When operating clusters for tenants, it may be desirable to enforce a default namespace NetworkPolicy. As useful default NetworkPolicy would be one that prevents traffic ingress from outside of the...

Add a policy that evicts tainted pods after some configurable period has elapsed https://kubernetes.io/docs/tasks/administer-cluster/safely-drain-node/#the-eviction-api

This enables automatic scheduling of public workloads on nodes isolated from the rest. This requires using the k8s API to resolve Pods or some other resource from the Service that...

Add a configurable webhook to call when violations are enforced. It should have a configurable endpoint, method, and body that can be templated via the [go template format](https://golang.org/pkg/text/template/) to support...

My application running from a `scratch` Docker image, which means the only executable in it is the statically compiled application binary. When running `r, err := git.Init(memory.NewStorage(), nil)` this error...

enhancement
help wanted

I didn't see any client options for it, but I'm not sure because it seems like it might be supported by `sarama-cluster`: https://gist.github.com/savaki/a19dcc1e72cb5d621118fbee1db4e61f#file-main-go-L143 How can I configure mTLS?