kured
kured copied to clipboard
Kubernetes Reboot Daemon
Propagate a context from the main function to wherever it is needed. Use `github.com/oklog/run` run groups to handle the life cycle of the go routines running the rebooter and metrics...
I noticed that you added context arguments to the k8s API calls in 16109017cec02a8a0c4f80f829acc38ab28a14b2 - but you used context.TODO() instead of propagating a context object. [context.TODO()](https://golang.org/pkg/context/#TODO) signals that this will...
This PR moves the prometheus metric posting mechanism inside the `rebootRequired` func itself rather than doing a separate, parallel check every minute. The downside to this is that the periodicity...
…reater than 0 closes #929
Hey, we had a problem with two controllers draining/uncordon nodes. To make the reboot more graceful, we configured `rebootDelay: 120s`. During these 2 mins the other controller uncordened the node....
Goodday! First off, really nice tool :heart: Works exactly as advertised. We've hit an issue where we want to have deployments with `.spec.replicas: 1`, but still make use of PodDisruptionBudget...
Hi everyone. To finish this PR, I'd need more input on what kind of features for the alert manager client would you like to have. In the alert manager documentation...
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.19.0 to 0.20.0. Release notes Sourced from aquasecurity/trivy-action's releases. v0.20.0 What's Changed Make 'hide-progress' input working again by @uridium in aquasecurity/trivy-action#323 feat(image): add --docker-host option for GH...
Hi there I would like to use Kured because it sounds like a useful tool which would be very beneficial in our environment But we have the problem that in...