Skip to content

Commit 01065da

Browse files
ydFuJStickler
andauthored
docs: Update operator/docs/operator/storage_size_calculator.md (#18275)
Signed-off-by: Ader Fu <ader.ydfu@gmail.com> Co-authored-by: J Stickler <julie.stickler@grafana.com>
1 parent f042d53 commit 01065da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎operator/docs/operator/storage_size_calculator.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Storage Size Calculator is used to have an idea on how to properly size a Loki c
1111
## Requirements
1212

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

1616
## Installation
1717

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

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

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

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

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

9696
* If everything works fine then create a pull request.
9797

9898
## Troubleshooting
9999

100100
### Permission denied on deploying prometheus secret
101101

102-
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:
102+
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:
103103

104104
```console
105105
chmod +x hack/deploy-prometheus-secret.sh

0 commit comments

Comments
 (0)