Skip to content
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

Ensure jaeger-related pods don't land in worker node pools #123

Open
cirocosta opened this issue Apr 8, 2020 · 0 comments
Open

Ensure jaeger-related pods don't land in worker node pools #123

cirocosta opened this issue Apr 8, 2020 · 0 comments

Comments

@cirocosta
Copy link
Member

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:

Node:           gke-hush-house-workers-3-687beb5a-cv4c/10.10.0.63

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/)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant