You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Despite us having added nodeSelector to values.yaml there (see fe870da), it seems like we didn't really do it right - looking at jaeger's pod, it's not really in a node from the generic-1 pool:
That is a problem as we've been considering the worker pools to be reserved only for Concourse workers as Concourse will take care of containers by itself.
Despite us having added
nodeSelector
tovalues.yaml
there (see fe870da), it seems like we didn't really do it right - looking at jaeger's pod, it's not really in a node from thegeneric-1
pool:That is a problem as we've been considering the worker pools to be reserved only for Concourse workers as Concourse will take care of containers by itself.
We could do so by either ensuring that
nodeSelector
is really properly specified in the right way, or perhaps adopting a different pattern, leveraging taints and tolerations (https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/)The text was updated successfully, but these errors were encountered: