Skip to content

Commit

Permalink
[Doc] Logging: Specify the Helm chart version in the Persist KubeRay …
Browse files Browse the repository at this point in the history
…Operator Logs doc (#48937)

Signed-off-by: win5923 <[email protected]>
  • Loading branch information
win5923 authored Nov 27, 2024
1 parent 62d59ba commit 3d7fc8f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ helm repo add grafana https://grafana.github.io/helm-charts
helm repo update

# Install Loki with single replica mode
helm install loki grafana/loki -f https://raw.githubusercontent.com/grafana/loki/refs/heads/main/production/helm/loki/single-binary-values.yaml
helm install loki grafana/loki --version 6.21.0 -f https://raw.githubusercontent.com/grafana/loki/refs/heads/main/production/helm/loki/single-binary-values.yaml
```

### Configure log processing
Expand Down Expand Up @@ -48,7 +48,7 @@ Deploy the Fluent Bit deployment with the [Helm chart repository](https://github
helm repo add fluent https://fluent.github.io/helm-charts
helm repo update

helm install fluent-bit fluent/fluent-bit -f fluent-bit-config.yaml
helm install fluent-bit fluent/fluent-bit --version 0.48.2 -f fluent-bit-config.yaml
```

### Install the KubeRay Operator
Expand All @@ -75,7 +75,7 @@ Deploy the Grafana deployment with the [Helm chart repository](https://github.co
helm repo add grafana https://grafana.github.io/helm-charts
helm repo update

helm install grafana grafana/grafana -f datasource-config.yaml
helm install grafana grafana/grafana --version 8.6.2 -f datasource-config.yaml
```

### Check the Grafana Dashboard
Expand Down

0 comments on commit 3d7fc8f

Please sign in to comment.