Rephrase explanation of --privileged requirement

Co-authored-by: Caleb Bron <cbron@users.noreply.github.com>
This commit is contained in:
Catherine Luse
2020-09-09 09:17:58 -07:00
parent b1e261651e
commit f55065b5d0
2 changed files with 2 additions and 2 deletions
@@ -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)" %}}
@@ -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