Results 599 comments of Wes McNamee

stale-bot is annoying.. https://github.com/kubernetes/kubernetes/issues/103151 @lixiang233 - can this issue be marked as a desired feature as to avoid needing to keep it alive (protection from stale-bot)?

@damemi https://www.kubernetes.dev/docs/guide/issue-triage/#if-an-issue-has-no-activity-after-90-days TLDR `/lifecycle frozen` And https://www.kubernetes.dev/docs/guide/issue-triage/#step-three-define-priority

> I also would not recommend it as a method to bypass a proper scheduler configuration My use case is that nodes were properly provisioned at the time of scale-up,...

> Have you thought about something like tainting the node, then running descheduler with RemovePodsViolatingNodeTatints to drain it? Absolutely thought about that. That's why I'm here. 😂 Give me automation,...

Maybe the use of `io/fs` is the wrong choice, as I want to simulate real world behavior and usage, which allows for relative paths, including just using a single `.`...

A helper function would be nice, but I also would like a way to mock out `Getwd()`

I'll go check it out tomorrow. Thanks! 😄