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
When trying to set:
apiVersion: monitoring.banzaicloud.io/v1alpha1 kind: Thanos metadata: name: thanos namespace: monitoring spec: query: queryTimeout: 120s storeResponseTimeout: 120s
I get the following error from thanos-query pod:
thanos-query
Error parsing commandline arguments: not a valid duration string: "&Duration{Duration:2m0s,}"
Seems like the string value based to thanos query is not right?
thanos query
Steps to reproduce the issue:
Apply the above yaml for Thanos.
Expected behavior
Expected the query and store response timeouts to be set to 120s.
Screenshots
N/A
Additional context
Please let me know if you need additional information!
The text was updated successfully, but these errors were encountered:
tarokkk
No branches or pull requests
Describe the bug
When trying to set:
I get the following error from
thanos-query
pod:Seems like the string value based to
thanos query
is not right?Steps to reproduce the issue:
Apply the above yaml for Thanos.
Expected behavior
Expected the query and store response timeouts to be set to 120s.
Screenshots
N/A
Additional context
Please let me know if you need additional information!
The text was updated successfully, but these errors were encountered: