Skip to content

docs: Update operator/docs/operator/storage_size_calculator.md #18275

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

Merged
merged 2 commits into from
Jun 30, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions operator/docs/operator/storage_size_calculator.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Storage Size Calculator is used to have an idea on how to properly size a Loki c
## Requirements

* Create a running OpenShift cluster.
* A container registry that you and your OpenShift cluster can reach. We recommend [quay.io](https://quay.io/signin/).
* A container registry that you and your OpenShift cluster can reach. We recommend [Quay.io](https://quay.io/).

## Installation

Expand All @@ -29,7 +29,7 @@ Storage Size Calculator is used to have an idea on how to properly size a Loki c
make deploy-size-calculator REGISTRY_ORG_OPENSHIFT=$YOUR_QUAY_ORG
```

where `$YOUR_QUAY_ORG` is your personal [quay.io](https://quay.io) account where you can push container images.
where `$YOUR_QUAY_ORG` is your personal [Quay.io](https://quay.io) account where you can push container images.

You should see `log-file-metric-exporter-xxx` and `storage-size-calculator-xxx` pods running.

Expand Down Expand Up @@ -91,15 +91,15 @@ If you want to contribute to the storage size calculator, you can follow this lo
make deploy-size-calculator REGISTRY_ORG_OPENSHIFT=$YOUR_QUAY_ORG
```

where `$YOUR_QUAY_ORG` is your personal [quay.io](https://quay.io) account where you pushed your container image.
where `$YOUR_QUAY_ORG` is your personal [Quay.io](https://quay.io) account where you pushed your container image.

* If everything works fine then create a pull request.

## Troubleshooting

### Permission denied on deploying prometheus secret

If you get `permission denied` error while running `make deploy-size-calculator` then make [this](https://github.com/grafana/loki/blob/main/operator/hack/deploy-prometheus-secret.sh) file executable by running:
If you get `permission denied` error while running `make deploy-size-calculator` then make [this file](https://github.com/grafana/loki/blob/main/operator/hack/deploy-prometheus-secret.sh) executable by running:

```console
chmod +x hack/deploy-prometheus-secret.sh
Expand Down
Loading