David Benque
David Benque
@jacobstr , I cannot get access to the code coverage report. Codecov is complaining that the project is not public (looks like it is... ). Is there any settings you...
@jacobstr I don't know if you did something, but now I have access to the report. It is going to be difficult to add more relevant test. What is the...
@jacobstr FYI, I have used that feature (build from our fork) on our clusters, and we have been able to rotate several thousands of nodes in a really smooth and...
> @dbenque pardon the delay looking this over. Had a storm of merges a few weeks ago and haven't given Draino the ❤️ since then. This looks like a worthy...
@negz well not really efficient for footprint when you have hundred of applications. I was reading again the proposition of @jacobstr and was thinking that configFile could be discovered at...
@dliao-tyro Did you have some complete draino success (cordon+drain) for such configuration `Ready=Unknown,10m` ? https://github.com/planetlabs/draino/issues/33#issuecomment-602466215
@dliao-tyro ok, but in order to have the drain completed you had to restart the kubelet, which will make the node responsive again (transition from `unknown` (aka notReady) to `ready`...
👋 I am not going to talk for `draino` project here but share my experience on the topic, because I am facing the same issue. Draino is relying on the...
From `kured` doc: ``` Cordons & drains worker nodes before reboot, uncordoning them after ``` I see that the 2 systems would be competing on the cordon/drain activities. If `draino`...
I have some code ready for this, but it was built on top of a work that already integrate #99 and #90 , so waiting for these 2 PRs to...