Patrick Ohly

Results 1006 comments of Patrick Ohly

Why we want this: `imagePullPolicy: Always` causes additional overhead when the image has a fixed version and doesn't get updated in the registry. Use it only if the image is...

/remove lifecycle-stale /lifecycle frozen

/unassign I'll let @bart0sh handle this, he knows the node tests better.

The docs say "All *logr* verbosity levels can be mapped" - note that it does not say that all *slog* levels can be mapped. As @thockin said, by design logr...

When using the logr API, `logger.V(0).Info` == `logger.Info` is considered more important than `logger.V(1).Info`. With slog, `slog.LevelInfo` is less important than `slog.LevelWarn`. Therefore mapping `V(1)` to `slog.levelWarn` doesn't make sense...

Here's a proposal. @carlory: if this looks good, copy it into the description to ensure that it remains visible? - Some tips for figuring out how to replace `--focus/skip` with...

@BenTheElder and I discussed this again at KubeCon NA. He suggested creating an issue with instructions and links to example PRs. Now I remembered that we already have this one...

> Todo items of this issue seems only include step 2. Correct, that is the goal. I added one sentence about this: "Replacing [Feature:xxx] with [FeatureGates:xxx] is not part of...

`tools/leaderelection` is covered by https://github.com/kubernetes/kubernetes/pull/129331. Should better be in a separate PR... that it is in "portforward + apiserver proxy" is a mistake. If you are interested in moving this...