-
Notifications
You must be signed in to change notification settings - Fork 280
Open
Description
Describe the bug
The flag --block-sync-concurrency was removed from Thanos compactor in v0.27.0 onwards - https://github.com/thanos-io/thanos/blob/main/CHANGELOG.md#v0270---20220705
Steps to reproduce the issue:
- Deploy v0.4.6 of the Thanos chart with Thanos v0.27.0 or greater (
Values.image.tag: v0.27.0). - Wait for the Thanos compactor pod to fail to start.
- Observe the following error in the pod logs:
thanos: error: unknown long flag '--block-sync-concurrency'
Expected behavior
The --block-sync-concurrency flag is not used, and the compactor pod starts successfully.
Additional context
| - "--block-sync-concurrency={{ .Values.compact.blockSyncConcurrency }}" |
brendan-vonick
Metadata
Metadata
Assignees
Labels
No labels