From f55065b5d080e89af438ece5ce0decc466ea8d2f Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Wed, 9 Sep 2020 09:17:58 -0700 Subject: [PATCH] Rephrase explanation of --privileged requirement Co-authored-by: Caleb Bron --- .../air-gap/install-rancher/_index.md | 2 +- .../other-installation-methods/single-node-docker/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/rancher/v2.x/en/installation/other-installation-methods/air-gap/install-rancher/_index.md b/content/rancher/v2.x/en/installation/other-installation-methods/air-gap/install-rancher/_index.md index f8096d2c2cf..a7393895f68 100644 --- a/content/rancher/v2.x/en/installation/other-installation-methods/air-gap/install-rancher/_index.md +++ b/content/rancher/v2.x/en/installation/other-installation-methods/air-gap/install-rancher/_index.md @@ -14,7 +14,7 @@ This section is about how to deploy Rancher for your air gapped environment. An ### Privileged Access for Rancher v2.5+ -When the Rancher server is deployed in the Docker container, a local Kubernetes cluster is installed within the container, then Rancher is deployed on the cluster. Because privileged access is required to run containers within containers, you will need to install Rancher with the `--privileged` option in order to access many features of Rancher, including deploying pods on the local Kubernetes cluster. +When the Rancher server is deployed in the Docker container, a local Kubernetes cluster is installed within the container for Rancher to use. Because many features of Rancher run as deployments, and privileged mode is required to run containers within containers, you will need to install Rancher with the `--privileged` option. {{% tabs %}} {{% tab "Kubernetes Install (Recommended)" %}} diff --git a/content/rancher/v2.x/en/installation/other-installation-methods/single-node-docker/_index.md b/content/rancher/v2.x/en/installation/other-installation-methods/single-node-docker/_index.md index 35e2c65a748..1136fac80da 100644 --- a/content/rancher/v2.x/en/installation/other-installation-methods/single-node-docker/_index.md +++ b/content/rancher/v2.x/en/installation/other-installation-methods/single-node-docker/_index.md @@ -19,7 +19,7 @@ In this installation scenario, you'll install Docker on a single Linux host, and ### Privileged Access for Rancher v2.5+ -When the Rancher server is deployed in the Docker container, a local Kubernetes cluster is installed within the container, then Rancher is deployed on the cluster. Because privileged access is required to run containers within containers, you will need to install Rancher with the `--privileged` option in order to access many features of Rancher, including deploying pods on the local Kubernetes cluster. +When the Rancher server is deployed in the Docker container, a local Kubernetes cluster is installed within the container for Rancher to use. Because many features of Rancher run as deployments, and privileged mode is required to run containers within containers, you will need to install Rancher with the `--privileged` option. # Requirements for OS, Docker, Hardware, and Networking