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

[loki-canary] Deploying as a deployment instead of daemonset #3515

Open
pjastrzabek opened this issue Jan 9, 2025 · 0 comments
Open

[loki-canary] Deploying as a deployment instead of daemonset #3515

pjastrzabek opened this issue Jan 9, 2025 · 0 comments

Comments

@pjastrzabek
Copy link

Is there any reason why loki-canary helm chart supports only daemonset?

We have many Loki nodes and on each runs loki canary (which is limited by node-selector). Would be great to have better control over how many canary instances are running.

We were considering deploying it independently with Deployment, but then when disabling canary from main loki helm chart we have to:

  • disable also helm tests
  • update canary image separately from main Loki helm chart
  • there is a risk that some incompatibility will arise in a long term when these two are separated

All we could wish for is to set deployment type to 'Deployment' and specify number of replicas.

Pros:

  • less pods and resources in our cluster
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