We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
--block-sync-concurrency
Steps to reproduce the issue:
Values.image.tag: v0.27.0
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
banzai-charts/thanos/templates/compact-deployment.yaml
Line 62 in 1612d51
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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---20220705Steps to reproduce the issue:
Values.image.tag: v0.27.0
).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
banzai-charts/thanos/templates/compact-deployment.yaml
Line 62 in 1612d51
The text was updated successfully, but these errors were encountered: