microsoft / AutoCrane

MIT License
6 stars 5 forks source link

Support node taints with data downloader #15

Open timmydo opened 3 years ago

timmydo commented 3 years ago

If the data downloader is set up to download data to hostPath, and the data isn't ready yet, support tainting the node so that services dependent on the data aren't scheduled on the node.

timmydo commented 3 years ago

Wondering if this is just overkill and the services that need certain files to exist should just crashloop until they are there.