-
Notifications
You must be signed in to change notification settings - Fork 40k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DaemonSet should respect new scheduling constraints #22205
Comments
I believe this is unblocked. |
Pod affinity is also in the pipeline, I just haven't had time to make the second pass review yet (#22985) |
This didn't make 1.3, moving to 1.4. |
It looks like no one is working on it so I've looked at the code. |
@lukaszo that event is not part of the api so it wouldn't be breaking compatibility to change it. Is there any way to surface failure cause of GeneralPredicate to the user? |
@mikedanese I ended up with logging the errors. Pls see my PR |
Ups, I'm not sure if it should be closed. anti-affinity is still not supported. |
@lukaszo Could you please file a more specific issue for pod anti-affinity (assuming that's the only missing feature)? Once it exists, we can close this one. |
@bgrant0607 done: #29276 |
…lution UPSTREAM: 74806: src/k8s.io/apiserver: Increase cert expiration histo… Origin-commit: 3c0422a2a07737a8e7677e83661c0e181f2e533a
Node affinity / anti-affinity, at least.
It already respects nodeSelector.
See also #12744 (comment)
cc @davidopp @kevin-wangzefeng
The text was updated successfully, but these errors were encountered: