Patrick Ohly

Results 1006 comments of Patrick Ohly

> @pohly I know you have looked a lot at the node authorizer, do you think we can use that here? Better ask SIG Auth. The way I remember it,...

PR for 1.33 is in https://github.com/kubernetes/enhancements/pull/5043.

It's not listing "devices"? How about "DRA: alternatives in device requests"?

I'm not sure I am following. Are you trying to configure a logr backend so that it prints slog `Warning` calls, but not slog `Info` calls? That is indeed not...

I'm getting lost when you say `Error` without being specific whether that is a logr or slog method. I am also not sure I understand what "`level` we set" refers...

I was discussing with @onsi that it would be useful to prioritize slow tests so that they get started early and then overlap with most of the other tests, without...

> usually Slow test consume more resources I'm not sure about that. In my experience, they are slow because they have to wait for timeouts. That doesn't consume much resources...

We don't have "veryslow" right now. If we had Ginkgo priorities, then perhaps adding it would make sense: - slow: > 5 minutes, priority 1 instead of 0 for non-slow...