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

[tempo-distributed] Add tolerations to memcached service on Helm Chart values #3307

Open
ecurbelo opened this issue Sep 12, 2024 · 1 comment · May be fixed by #3344
Open

[tempo-distributed] Add tolerations to memcached service on Helm Chart values #3307

ecurbelo opened this issue Sep 12, 2024 · 1 comment · May be fixed by #3344

Comments

@ecurbelo
Copy link

I installed Tempo (microservices mode) in a Kubernetes cluster via Helm Chart.

I want to deploy all Tempo pods on the EKS node group that I have exclusively for monitoring purposes. I added the following configuration on the rest of the components (distributor, ingester, etc), but only on the memcached tool there is not tolerations settings on the helm chart values file.

Configuration:

    affinity: |
      nodeAffinity:
        requiredDuringSchedulingIgnoredDuringExecution:
          nodeSelectorTerms:
            - matchExpressions:
                - key: node-type
                  operator: In
                  values:
                    - monitoring
    tolerations:
      - key: monitoring
        value: dedicated
        operator: Equal
        effect: NoSchedule

Desired solution

Have the possibility to configure tolerations in the memcached service using Helm Chart values.

@Sheikh-Abubaker
Copy link
Collaborator

I'll look into it!

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

Successfully merging a pull request may close this issue.

2 participants