draino
draino copied to clipboard
Automatically cordon and drain Kubernetes nodes based on node conditions
Alive?
This repo seems to be abandoned Are there any good alternatives? Very sorry, if I'm mistaken :(
When I am running draino in dualstack environment, observing the following error: -- Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal InterfaceDown 60m (x4 over 3d21h)...
Signed-off-by: yogeek `evict-statefulset-pods` and `leader-election-token-name` options were missing from the flags listed in the documentation. This PR aims to add them.
fixes #58 This PR aims to create a flow to lint and test changes int the Helm chart using [helm/chart-testing](https://github.com/helm/chart-testing) and release a new version of the chart using GitHub...
I have draino configured with the following drain buffer parameters of 15m0s ``` containers: - command: - /draino - --debug=true - --drain-buffer=15m0s - --namespace=utility - NPDCPUPressure ``` However Im seeing...
the nexpression parser used for node-expr fails - or even worse panics - on several classes of valid node labels, e.g. `draino-enabled=true`, `kubernetes.io/os=linux` or`draino="true"`. (Examples below) So either a different...
**Info** - Kops Cluster with version `1.16+` running on AWS. - `planetlabs/draino:e0d5277` image is being used. **We see constant msgs in draino logs** ```bash 2021-02-19T21:34:50.669Z ERROR kubernetes/drainSchedule.go:68 Failed schedule deletion...
We have a custom node condition setup using node problem detector which curls the goss check endpoints on our worker nodes every 60 seconds. We've then setup draino to look...
Periodically got in logs: ``` INFO kubernetes/eventhandler.go:155 Failed to drain {"node": "ip-x-x-x-x.ec2.internal", "error": "timed out waiting for evictions to complete: timed out", "errorVerbose": "timed out\ntimed out waiting for evictions to...
I installed draino to test it out and it immeditatly cordoned all of my nodes. After turning on debug the logs are as follows. It was installed via the helm...