Skip to content

Commit 1c7011e

Browse files
Merge pull request #194 from kube-logging/helm-login
helm login instruction
2 parents 01621fd + 36c2d9e commit 1c7011e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

content/headless/helm-install-logging-operator.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Install the Logging operator into the *logging* namespace:
22

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

@@ -17,3 +17,6 @@ STATUS: deployed
1717
REVISION: 1
1818
TEST SUITE: None
1919
```
20+
21+
> 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.
22+
> Upgrade to 3.13.1 or higher to avoid having to log in, see: https://github.com/kube-logging/logging-operator/issues/1522
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
---
3-
> 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.
3+
> 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.
44
>
55
> For details on customizing the installation, see the [Helm chart values](https://github.com/kube-logging/logging-operator/tree/master/charts/logging-operator).

0 commit comments

Comments
 (0)