David Symons
David Symons
Just updated with the ability to set a default termination frequency, via the `--default-termination-frequency` flag. This applies to pods which lack the annotation and helps avoid them from being terminated...
This PR has ballooned slightly. I've added the ability to configure per-pod (via annotations): * `minimum-age` - Overrides the default minimum age * `excluded-weekdays`, `excluded-times-of-day`, and `excluded-days-of-year` - Global configuration...
I've begun work and have a POC for a Baggage Claim CSI driver in this repository... https://github.com/multimac/concourse-k8s-worker It's fairly basic, in that it reuses the existing overlay driver to manage...
Hey, I've actually been working on a series of patches to allow Concourse to schedule work in a k8s cluster. Recently I've been able to have successful runs of basic...
Some more context... I had looked into other solutions for sending Kubernetes events to Slack, but the only project I could find which seemed somewhat mature was https://github.com/bitnami-labs/kubewatch, but it...
Looks like by manually removing the `enum` validation in the `CustomResourceDefinition`, I was able to create an `Alert` for a non-toolkit resource. 
> Technically, v1 resource authors could start adopting this practice and I think it might 'just work' (I haven't tested it) Just changed a resource I was working on from...
It would be great to support this directly in dotnet-monitor, but until then I've made a small program that wraps the dotnet-monitor API to convert the CPU profiling data into...
Hey @mastercactapus, we would love this feature and are keen to help develop it. If we were going to get started on a proof-of-concept, how should we being?