From 5d0caa4974e89f08187c56f7e6da709c1105dee9 Mon Sep 17 00:00:00 2001 From: Devin Date: Sun, 7 Feb 2021 17:18:50 +0200 Subject: [PATCH] Typo in docs Small change from Docket to Docker --- .../resources/advanced/rke-add-on/layer-4-lb/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/installation/resources/advanced/rke-add-on/layer-4-lb/_index.md b/content/rancher/v2.x/en/installation/resources/advanced/rke-add-on/layer-4-lb/_index.md index 276e043168f..f23527b9096 100644 --- a/content/rancher/v2.x/en/installation/resources/advanced/rke-add-on/layer-4-lb/_index.md +++ b/content/rancher/v2.x/en/installation/resources/advanced/rke-add-on/layer-4-lb/_index.md @@ -181,7 +181,7 @@ Once you have the `rancher-cluster.yml` config file template, edit the nodes sec 1. Update the `nodes` section with the information of your [Linux hosts](#1-provision-linux-hosts). - For each node in your cluster, update the following placeholders: `IP_ADDRESS_X` and `USER`. The specified user should be able to access the Docket socket, you can test this by logging in with the specified user and run `docker ps`. + For each node in your cluster, update the following placeholders: `IP_ADDRESS_X` and `USER`. The specified user should be able to access the Docker socket, you can test this by logging in with the specified user and run `docker ps`. >**Note:** > When using RHEL/CentOS, the SSH user can't be root due to https://bugzilla.redhat.com/show_bug.cgi?id=1527565. See [Operating System Requirements]({{}}/rke/latest/en/installation/os#redhat-enterprise-linux-rhel-centos) >for RHEL/CentOS specific requirements.