kubedrainer icon indicating copy to clipboard operation
kubedrainer copied to clipboard

Simple Kubernetes Node Drainer

Results 4 kubedrainer issues
Sort by recently updated
recently updated
newest added

Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.17.9 to 0.20.0. Commits afa3b34 Update dependencies to v0.20.0 tag fb61a7c Merge pull request #96720 from liggitt/throttled-logger 61471be Deflake ThrottledLogger test 66db254 Merge pull request #95981 from...

dependencies

Is there way to reduce the api call limit to prevent the following? It looks like sleep time is 10s, so every minute it makes 6 api calls. W0207 23:20:14.956666...

I'm trying to import the `drainer` package into my Go project. But, I got errors. Did I miss something? ``` go get github.com/VirtusLab/kubedrainer/pkg/drainer go: downloading github.com/VirtusLab/kubedrainer v0.0.9 go: found github.com/VirtusLab/kubedrainer/pkg/drainer...

Like 'draino' did: https://github.com/kubernetes/node-problem-detector/issues/199

enhancement