From 71232c02f47fdb5b6c645554af6a5e51d8ab6489 Mon Sep 17 00:00:00 2001 From: Jennifer Travinski Date: Wed, 6 Oct 2021 10:10:02 -0400 Subject: [PATCH] Added logging link, corrected typo --- content/k3s/latest/en/advanced/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/k3s/latest/en/advanced/_index.md b/content/k3s/latest/en/advanced/_index.md index 7bc5012f309..494650ebf82 100644 --- a/content/k3s/latest/en/advanced/_index.md +++ b/content/k3s/latest/en/advanced/_index.md @@ -472,11 +472,11 @@ spec: # Additional Logging Sources -Rancher logging for K3s can be installed without using Rancher. The following instructions should be executed to do so: +[Rancher logging]({{}}//rancher/v2.6/en/logging/helm-chart-options/) for K3s can be installed without using Rancher. The following instructions should be executed to do so: ``` helm repo add rancher-charts https://charts.rancher.io helm repo update helm install --create-namespace -n cattle-logging-system rancher-logging-crd rancher-charts/rancher-logging-crd -helm install --create-namespace -n cattle-logging-system rancher-logging --se tadditionalLoggingSources.k3s.enabled=true rancher-charts/rancher-logging +helm install --create-namespace -n cattle-logging-system rancher-logging --set additionalLoggingSources.k3s.enabled=true rancher-charts/rancher-logging ``` \ No newline at end of file