You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice things seem to work as expected, a new purger deployment is added.
I am writing because I notice query-frontend is listed in #407 but my pods running quay.io/cortexproject/cortex:v1.14.1 are crash looping:
$ kubectl -n cortex logs cortex-query-frontend-656ffb89c6-ng59r
flag provided but not defined: -purger.enable
Run with -help to get list of available parameters
With a minimal test, I can reproduce locally:
$ podman run --rm -ti quay.io/cortexproject/cortex:v1.14.1 -target=query-frontend -purger.enabled
flag provided but not defined: -purger.enabled
Run with -help to get list of available parameters
ip-172-30-42-27:~ jhegman$
I have not been keeping up with the latest evolutions and just recently started standing up a new instance.
I know that blocks did not support deletion but now that chunks is gone and the helm chart incorporated purger I am under the impression it now works.
Am I missing something obvious? Or is this feature still a work in progress?
(
As a sanity check, it starts up fine without the flag:
With Helm Chart 2.1.0
and values:
I notice things seem to work as expected, a new purger deployment is added.
I am writing because I notice query-frontend is listed in #407 but my pods running
quay.io/cortexproject/cortex:v1.14.1
are crash looping:With a minimal test, I can reproduce locally:
I have not been keeping up with the latest evolutions and just recently started standing up a new instance.
I know that blocks did not support deletion but now that chunks is gone and the helm chart incorporated purger I am under the impression it now works.
Am I missing something obvious? Or is this feature still a work in progress?
(
As a sanity check, it starts up fine without the flag:
)
The text was updated successfully, but these errors were encountered: