From b70c70598993da02b4f7c0aff7fc1fe911dbd081 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Thu, 18 Feb 2021 15:39:10 -0700 Subject: [PATCH] Add dockerRootDirectory change to versioned docs --- content/rancher/v2.5/en/logging/_index.md | 7 +++++++ content/rancher/v2.x/en/logging/v2.5/_index.md | 2 ++ 2 files changed, 9 insertions(+) diff --git a/content/rancher/v2.5/en/logging/_index.md b/content/rancher/v2.5/en/logging/_index.md index e6cb389914c..19fa70fdefc 100644 --- a/content/rancher/v2.5/en/logging/_index.md +++ b/content/rancher/v2.5/en/logging/_index.md @@ -281,6 +281,13 @@ Let's break down what is happening here. First, we create a deployment of a cont > **Note on syslog** Official `syslog` support is coming in Rancher v2.5.4. However, this example still provides an overview on using unsupported plugins. +# Working with a Custom Docker Root Directory + +_Applies to v2.5.6+_ + +If using a custom Docker root directory, you can set `global.dockerRootDirectory` in `values.yaml`. +This will ensure that the Logging CRs created will use your specified path rather than the default Docker `data-root` location. + # Working with Taints and Tolerations "Tainting" a Kubernetes node causes pods to repel running on that node. diff --git a/content/rancher/v2.x/en/logging/v2.5/_index.md b/content/rancher/v2.x/en/logging/v2.5/_index.md index a84570df8e4..6ea1e23b884 100644 --- a/content/rancher/v2.x/en/logging/v2.5/_index.md +++ b/content/rancher/v2.x/en/logging/v2.5/_index.md @@ -278,6 +278,8 @@ Let's break down what is happening here. First, we create a deployment of a cont # Working with a Custom Docker Root Directory +_Applies to v2.5.6+_ + If using a custom Docker root directory, you can set `global.dockerRootDirectory` in `values.yaml`. This will ensure that the Logging CRs created will use your specified path rather than the default Docker `data-root` location.