mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-04-15 19:05:41 +00:00
Missing a L3 Header for General Linux
The current TOC structure is missing a General category which makes it read like CentOS/RHEL is the recommended distro.. Adding a General Linux Recommendations better highlights that the RHEL stuff is additional information for those distros.
This commit is contained in:
@@ -9,7 +9,7 @@ aliases:
|
||||
<!-- TOC -->
|
||||
|
||||
- [Operating System](#operating-system)
|
||||
|
||||
- [General Linux Requirements](#general-linux-requirements)
|
||||
- [Red Hat Enterprise Linux (RHEL) / Oracle Enterprise Linux (OEL) / CentOS](#red-hat-enterprise-linux-rhel-oracle-enterprise-linux-oel-centos)
|
||||
|
||||
- [Using upstream Docker](#using-upstream-docker)
|
||||
@@ -29,6 +29,8 @@ aliases:
|
||||
|
||||
## Operating System
|
||||
|
||||
### General Linux Requirements
|
||||
|
||||
RKE runs on almost any Linux OS with Docker installed. Most of the development and testing of RKE occurred on Ubuntu 16.04. However, some OS's have restrictions and specific requirements.
|
||||
|
||||
- [SSH user]({{< baseurl >}}/rke/latest/en/config-options/nodes/#ssh-user) - The SSH user used for node access must be a member of the `docker` group on the node:
|
||||
|
||||
Reference in New Issue
Block a user