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] missing ingester statefulset #3199

Open
benmathews opened this issue Jul 1, 2024 · 0 comments
Open

[tempo-distributed] missing ingester statefulset #3199

benmathews opened this issue Jul 1, 2024 · 0 comments

Comments

@benmathews
Copy link
Contributor

The ingester statefulset is by default removed in the 1.13 version of tempo-distributed

V1.12 produces a statefulset

➜ helm template grafana/tempo-distributed --version 1.12.0|grep -B3 release-name-tempo-ingester
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
  name: release-name-tempo-ingester
--
apiVersion: v1
kind: Service
metadata:
  name: release-name-tempo-ingester-discovery
--
apiVersion: v1
kind: Service
metadata:
  name: release-name-tempo-ingester
--
apiVersion: apps/v1
kind: StatefulSet
metadata:
  name: release-name-tempo-ingester

V1.13 does not produce a statefulset

➜ helm template grafana/tempo-distributed --version 1.13.0|grep -B3 release-name-tempo-ingester
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
  name: release-name-tempo-ingester
--
apiVersion: v1
kind: Service
metadata:
  name: release-name-tempo-ingester-discovery
--
apiVersion: v1
kind: Service
metadata:
  name: release-name-tempo-ingester
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