From ebe49130ce169661fd12c9fa734d33aa74eb2cf2 Mon Sep 17 00:00:00 2001 From: Andrew Greenwood Date: Fri, 27 Sep 2019 14:41:00 -0600 Subject: [PATCH] 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. --- content/rke/latest/en/os/_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/rke/latest/en/os/_index.md b/content/rke/latest/en/os/_index.md index fc2bea89aa9..65d06c72aad 100644 --- a/content/rke/latest/en/os/_index.md +++ b/content/rke/latest/en/os/_index.md @@ -9,7 +9,7 @@ aliases: - [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: