From 36c2d9e8fc395250b28279c37c76102691f0cb3f Mon Sep 17 00:00:00 2001 From: Peter Wilcsinszky Date: Tue, 10 Oct 2023 22:06:19 +0200 Subject: [PATCH] helm login instruction Signed-off-by: Peter Wilcsinszky --- content/headless/helm-install-logging-operator.md | 5 ++++- content/headless/note-helm-chart-logging-resource.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/content/headless/helm-install-logging-operator.md b/content/headless/helm-install-logging-operator.md index d7d6b8c98..aefd9cc4c 100644 --- a/content/headless/helm-install-logging-operator.md +++ b/content/headless/helm-install-logging-operator.md @@ -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 ``` @@ -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 diff --git a/content/headless/note-helm-chart-logging-resource.md b/content/headless/note-helm-chart-logging-resource.md index 63f827a97..100a93ef9 100644 --- a/content/headless/note-helm-chart-logging-resource.md +++ b/content/headless/note-helm-chart-logging-resource.md @@ -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).