From eea77e8f832b1569a95f29ff19eed1191c2f0e7d Mon Sep 17 00:00:00 2001 From: Court Date: Fri, 30 Oct 2020 06:57:09 -0500 Subject: [PATCH] Update _index.md Oracle Linux is no longer referred to as OEL. It's simply OL now. https://en.wikipedia.org/wiki/Oracle_Linux --- content/rke/latest/en/os/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/rke/latest/en/os/_index.md b/content/rke/latest/en/os/_index.md index 9c09b13e0b8..ecfa281b7ee 100644 --- a/content/rke/latest/en/os/_index.md +++ b/content/rke/latest/en/os/_index.md @@ -8,7 +8,7 @@ weight: 5 - [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) + - [Red Hat Enterprise Linux (RHEL) / Oracle Linux (OL) / CentOS](#red-hat-enterprise-linux-rhel-oracle-enterprise-linux-oel-centos) - [Using upstream Docker](#using-upstream-docker) - [Using RHEL/CentOS packaged Docker](#using-rhel-centos-packaged-docker) @@ -98,9 +98,9 @@ xt_tcpudp | net.bridge.bridge-nf-call-iptables=1 ``` -### Red Hat Enterprise Linux (RHEL) / Oracle Enterprise Linux (OEL) / CentOS +### Red Hat Enterprise Linux (RHEL) / Oracle Linux (OL) / CentOS -If using Red Hat Enterprise Linux, Oracle Enterprise Linux or CentOS, you cannot use the `root` user as [SSH user]({{}}/rke/latest/en/config-options/nodes/#ssh-user) due to [Bugzilla 1527565](https://bugzilla.redhat.com/show_bug.cgi?id=1527565). Please follow the instructions below how to setup Docker correctly, based on the way you installed Docker on the node. +If using Red Hat Enterprise Linux, Oracle Linux or CentOS, you cannot use the `root` user as [SSH user]({{}}/rke/latest/en/config-options/nodes/#ssh-user) due to [Bugzilla 1527565](https://bugzilla.redhat.com/show_bug.cgi?id=1527565). Please follow the instructions below how to setup Docker correctly, based on the way you installed Docker on the node. #### Using upstream Docker If you are using upstream Docker, the package name is `docker-ce` or `docker-ee`. You can check the installed package by executing: