Add dockerRootDirectory change to versioned docs

This commit is contained in:
Catherine Luse
2021-02-18 15:39:10 -07:00
parent c0d22127be
commit b70c705989
2 changed files with 9 additions and 0 deletions
@@ -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.
@@ -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.