Michał Woźniak
Michał Woźniak
FYI in the last commit (https://github.com/kubernetes/kubernetes/pull/123273/commits/4e6a1bd7d0a1ccce6b77150faecbdf8bdc2d7f87) I cleaned up the `TestManagedByLabel_RecreatedJob` integration test by using the Background propagation policy. It eliminates the active polling and makes the test faster by...
> > Part of: [kubernetes/enhancements#4368](https://github.com/kubernetes/enhancements/issues/4368) > > ^ from the PR description. Why part of? If I put "Fixes" the robot would close the issue. For enhancement tracking issues we...
> the question about field vs label is good, let's grab time to talk through that today / tomorrow Agree, it is better to take a step back before concluding...
> > the question about field vs label is good, let's grab time to talk through that today / tomorrow > > I'd like an invite to the discussion. Here...
FYI: I've made the changes as discussed (main point: label -> field, and beta->alpha). Here is also the [KEP update](https://github.com/kubernetes/enhancements/pull/4530) which contains the summary of the decisions. PTAL.
@deads2k @tenzen-y Thanks for review, I consider all comments addressed. Additionally: - new validation to ensure the set of failed and succeeded indexes are disjoint - limit on the field...