From c0f02e626ee292c94bc9c747a1df2f7fdaa8b50e Mon Sep 17 00:00:00 2001 From: dkeightley <20566450+dkeightley@users.noreply.github.com> Date: Thu, 31 Dec 2020 12:16:57 +1300 Subject: [PATCH] Add note about RKE/k3s steps --- .../infrastructure-tutorials/ec2-node/_index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/rancher/v2.x/en/installation/resources/k8s-tutorials/infrastructure-tutorials/ec2-node/_index.md b/content/rancher/v2.x/en/installation/resources/k8s-tutorials/infrastructure-tutorials/ec2-node/_index.md index fafbf80e4e4..564ccdb49fb 100644 --- a/content/rancher/v2.x/en/installation/resources/k8s-tutorials/infrastructure-tutorials/ec2-node/_index.md +++ b/content/rancher/v2.x/en/installation/resources/k8s-tutorials/infrastructure-tutorials/ec2-node/_index.md @@ -35,9 +35,11 @@ If the Rancher server is installed in a single Docker container, you only need o 1. Choose a new or existing key pair that you will use to connect to your instance later. If you are using an existing key pair, make sure you already have access to the private key. 1. Click **Launch Instances.** -**Result:** You have created Rancher nodes that satisfy the requirements for OS, hardware, and networking. Next, you will install Docker on each node. +**Result:** You have created Rancher nodes that satisfy the requirements for OS, hardware, and networking. -### 3. Install Docker and Create User +**Note:** If the nodes are being used for an RKE Kubernetes cluster, install Docker on each node in the next step. For a K3s Kubernetes cluster, the nodes are now ready to install K3s. + +### 3. Install Docker and Create User for RKE Kubernetes Cluster Nodes 1. From the [AWS EC2 console,](https://console.aws.amazon.com/ec2/) click **Instances** in the left panel. 1. Go to the instance that you want to install Docker on. Select the instance and click **Actions > Connect.**