Open nareto opened 2 years ago
I'm also getting the same error when trying to upgrade Loki to 2.5.0.
I found Loki to have a lot of issues when using local Kubernetes storage. I would recommend moving to object storage or some other supported external storage. It will save you from more problems in the future.
I think you need to re-create the stateful set for the change you are trying to make there. I also +1 to using object storage.
I also facing same issue, I recommend to add this feature for increasing persistence storage on the fly
Premise: this is most probably user error - I would've opened a discussion instead of an issue but it's not enabled on this repo.
I originally deployed Loki with:
Everything works fine but it's running out of disk space, so I would like to increase the persistence size if possible, if not just replace it with a larger one.
I tried running
but I get this error:
What am I doing wrong? I get the same error even if I remove the
--set
option.