concourse / hush-house

Concourse k8s-based environment
https://hush-house.pivotal.io
29 stars 23 forks source link

hh: make use of taints #19

Closed cirocosta closed 4 years ago

cirocosta commented 5 years ago

Hey,

Given that the worker-1 node pool is specially tailored for hush-house workers and we're not using taints there, it'd be nice if we had a higher priority for our workers there.

cirocosta commented 5 years ago

ooooh yeah, it seems like we can go full on w/ taints!

https://github.com/terraform-providers/terraform-provider-google/issues/1758#issuecomment-486828344

cirocosta commented 4 years ago

I don't think this is really needed anymore - we've been leveraging nodeSelector and antiaffinity rules where needed pretty consistently, making the use of taints not really a must.