Jan Safranek
unread,Nov 2, 2018, 11:06:31 AM11/2/18Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kubernetes-sig-storage-wg-csi, John Strunk, Jose A. Rivera, Humble Chirammal, Hemant Kumar
I talked to Hemant about re-using attach limit to block scheduler to put
new pods to a node where a CSI driver is being updated. We agreed that
while it could work, it feels like a hack.
Instead, we found another two solutions. Solution 5 in
https://docs.google.com/document/d/1opkOXxikHgfPgIw5ee1OwgTzCSDUi0gqcJZ2K1gfmKo/edit#
needs two relatively simple admission plugins, the rest is done via node
labels + pv/pod affinity.
Solution 6 is even simpler, but needs a new predicate in scheduler.
I am on PTO for next 10 days, I'll return to it when I am back. I'll try
to talk to scheduler people.