Apply Divio and update links

This commit is contained in:
Billy Tat
2022-08-25 23:08:19 -07:00
parent 94dcf8aa71
commit 331b43a83c
432 changed files with 1995 additions and 1961 deletions
@@ -0,0 +1,30 @@
---
title: Resources
weight: 5
aliases:
- /rancher/v2.0-v2.4/en/installation/options
---
### Docker Installations
The [single-node Docker installation](rancher-on-a-single-node-with-docker.md) is for Rancher users that are wanting to test out Rancher. Instead of running on a Kubernetes cluster using Helm, you install the Rancher server component on a single node using a `docker run` command.
Since there is only one node and a single Docker container, if the node goes down, there is no copy of the etcd data available on other nodes and you will lose all the data of your Rancher server.
### Air Gapped Installations
Follow [these steps](air-gapped-helm-cli-install.md) to install the Rancher server in an air gapped environment.
An air gapped environment could be where Rancher server will be installed offline, behind a firewall, or behind a proxy.
### Advanced Options
When installing Rancher, there are several advanced options that can be enabled during installation. Within each install guide, these options are presented. Learn more about these options:
| Advanced Option | Available as of |
| ----------------------------------------------------------------------------------------------------------------------- | --------------- |
| [Custom CA Certificate](installation/options/custom-ca-root-certificate/) | v2.0.0 |
| [API Audit Log](installation/options/api-audit-log/) | v2.0.0 |
| [TLS Settings](installation/options/tls-settings/) | v2.1.7 |
| [etcd configuration](installation/options/etcd/) | v2.2.0 |
| [Local System Charts for Air Gap Installations](installation/options/local-system-charts) | v2.3.0 |