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

queryFrontend don't respect flags described in types #63

Open
Ultrafenrir opened this issue Oct 30, 2020 · 0 comments
Open

queryFrontend don't respect flags described in types #63

Ultrafenrir opened this issue Oct 30, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Ultrafenrir
Copy link
Contributor

Describe the bug
When i trying setup following configuration

  queryFrontend:
    queryRangeMaxRetriesPerRequest: 2
    queryRangeMaxQueryParallelism: 14  
    queryRangeSplit: "6h"
    queryRangeResponseCacheMaxFreshness: "5m"

operator don't add into deployment following args

--query-range.max-retries-per-request
--query-range.max-query-parallelism

Steps to reproduce the issue:
add into the configuration

    queryRangeMaxRetriesPerRequest: 
    queryRangeMaxQueryParallelism:  

Expected behavior

--query-range.max-retries-per-request
--query-range.max-query-parallelism

should be added to deployment args

Additional context
Maybe related to the type, cause other option(string based) working just fine

@tarokkk tarokkk added the bug Something isn't working label Mar 3, 2021
@tarokkk tarokkk self-assigned this Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants