Jack Francis

Results 586 comments of Jack Francis

I'm not sure there is a perfect solution for this. To a certain extent the "rebootDelay" functionality is unscientific: it makes no guarantees about outcomes after the delay. It seems...

I've added some concerns in the original issue #929. Let's definitely figure out how to solve for this scenario, but I'm not sure that a second drain operation after the...

I think that the proper path forward here is @onitake's suggestion to audit the code and, where appropriate, establish a durable context object (`context.Background()` would be fine for this) and...

@gyoza that sounds like a scenario where this could happen. My main question for folks that are experiencing this is: is the TTL configuration not working? At present, kured makes...

Is anyone experiencing this who isn't using PodDisruptionBudget configurations? Something like this would be in the kured logs: ``` "error when evicting pods/"coredns-58567c6d46-sdctb" -n "kube-system" (will retry after 5s): Cannot...

@haraldkoch @kingdonb is this as simple as this? https://github.com/kubereboot/kured/pull/919 Note the potential downside for folks who want to have a separate periodicity for metrics data.

I know @marosset has been experimenting with some ways to standardize a Windows interface that we can incorporate into kured. As @atighineanu points out, there's not a simple 1:1 translation...

Thanks @marosset! Based on the above I think we would benefit from two standards: 1. The filepath of the sentinel file 2. The "run on every bootup" thing that always...

Great, thanks. How should we go about standardizing the location a Windows sentinel file that is equivalent to `/var/run/reboot-required`? As this is not Kubernetes-specific, it might not seem that SIG-Windows...

TODO: identify the right upstream SIG to consult with on this