Skip to content

Commit

Permalink
Merge pull request #194 from kube-logging/helm-login
Browse files Browse the repository at this point in the history
helm login instruction
  • Loading branch information
fekete-robert authored Oct 17, 2023
2 parents 01621fd + 36c2d9e commit 1c7011e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion content/headless/helm-install-logging-operator.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Install the Logging operator into the *logging* namespace:

```bash
```shell
helm upgrade --install --wait --create-namespace --namespace logging logging-operator oci://ghcr.io/kube-logging/helm-charts/logging-operator
```

Expand All @@ -17,3 +17,6 @@ STATUS: deployed
REVISION: 1
TEST SUITE: None
```

> Note: Helm has a known issue in version 3.13.0 that requires users to log in to the registry, even though the repo is public.
> Upgrade to 3.13.1 or higher to avoid having to log in, see: https://github.com/kube-logging/logging-operator/issues/1522
2 changes: 1 addition & 1 deletion content/headless/note-helm-chart-logging-resource.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
---
> Note: By default, the Logging operator Helm chart doesn't install the `logging` resource. If you want to install it with Helm, set the the `logging.enabled` value to true.
> Note: By default, the Logging operator Helm chart doesn't install the `logging` resource. If you want to install it with Helm, set the `logging.enabled` value to true.
>
> For details on customizing the installation, see the [Helm chart values](https://github.com/kube-logging/logging-operator/tree/master/charts/logging-operator).

0 comments on commit 1c7011e

Please sign in to comment.