From 4fb432d01219a1794171cf1542727a6959e3634e Mon Sep 17 00:00:00 2001 From: Mark Bishop Date: Mon, 7 May 2018 16:11:47 -0700 Subject: [PATCH] easy fixes --- .../v2.x/en/installation/load-balancing-config/_index.md | 4 +++- .../load-balancing-config/config-amazon-alb/_index.md | 4 ++-- .../server-installation/single-node-install/_index.md | 7 +++---- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/content/rancher/v2.x/en/installation/load-balancing-config/_index.md b/content/rancher/v2.x/en/installation/load-balancing-config/_index.md index 12653019dc2..1f9ca1b0324 100644 --- a/content/rancher/v2.x/en/installation/load-balancing-config/_index.md +++ b/content/rancher/v2.x/en/installation/load-balancing-config/_index.md @@ -7,4 +7,6 @@ weight: 300 Following {{< product >}} installation, you have the option of configuring an external load balancer to direct cluster traffic. -Rancher has tested a few load balancer configurations. Choose from the available options below. There is no "best" configuration. Choose the load balancer that best suits your needs. +Rancher has tested a few load balancer configurations. Choose from the options available. There is no "best" configuration. Choose the load balancer that best suits your needs. + +When configuring an external load balancer, the steps for setting up a load balancer vary based on your install: single-node or high-availability. diff --git a/content/rancher/v2.x/en/installation/load-balancing-config/config-amazon-alb/_index.md b/content/rancher/v2.x/en/installation/load-balancing-config/config-amazon-alb/_index.md index f29e064fa9d..cb8ccc2d9da 100644 --- a/content/rancher/v2.x/en/installation/load-balancing-config/config-amazon-alb/_index.md +++ b/content/rancher/v2.x/en/installation/load-balancing-config/config-amazon-alb/_index.md @@ -16,7 +16,7 @@ Configuring an Amazon ALB is a multistage process. We've broken it down into mul 2. [Register Targets](#register-targets) - Add your Kubernettes nodes to the groups. + Add your server nodes to the groups. 3. [Create Your ALB](#create-your-alb) @@ -62,7 +62,7 @@ Protocol
(Health Check) | `HTTPS` ### Register Targets -Next, add your Kubernetes nodes assigned either the `controlplane` or `worker` role to _both_ of your target groups. +Next, add your nodes assigned either the `controlplane` or `worker` role to _both_ of your target groups. [Amazon Documentation: Register Targets with Your Target Group](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/target-group-register-targets.html) diff --git a/content/rancher/v2.x/en/installation/server-installation/single-node-install/_index.md b/content/rancher/v2.x/en/installation/server-installation/single-node-install/_index.md index 4d8ca9a67fb..e5687736a0a 100644 --- a/content/rancher/v2.x/en/installation/server-installation/single-node-install/_index.md +++ b/content/rancher/v2.x/en/installation/server-installation/single-node-install/_index.md @@ -3,14 +3,13 @@ title: Single Node Install weight: 250 description: For development environments, we recommend installing Rancher by deploying a single Docker container. --- - # Single Node Rancher Server Install For development environments, we recommend installing Rancher by deploying a single Docker container. In this installation scenario, you'll install Docker on a single Linux host, and then install Rancher on your host using a single Docker container. ## Provision Linux Host -Provision a single Linux host to use as a template to launch your {{< product >}} Server. +Provision a single Linux host before launching your {{< product >}} Server. ### Requirements @@ -29,11 +28,11 @@ Installing Rancher on a Linux host using a single Docker container is simple. Si 2. From your shell, enter the following command: ``` - $ sudo docker run -d --restart=unless-stopped -p 80:80 -p 443:443 rancher/rancher + $ sudo docker run -d --restart=unless-stopped -p 80:80 -p 443:443 rancher/rancher: latest ``` >**Note:** - >- `rancher/rancher` is hosted on [DockerHub](https://hub.docker.com/). If you don't have access to DockerHub, or you are installing Rancher without an internet connection, refer to [Installing From a Private Registry]({{< baseurl >}}/rancher/v2.x/en/installation/air-gap-installation/install-from-private-registry/).

+ >- `rancher/rancher` is hosted on [DockerHub](https://hub.docker.com/r/rancher/rancher/tags/). If you don't have access to DockerHub, or you are installing Rancher without an internet connection, refer to [Installing From a Private Registry]({{< baseurl >}}/rancher/v2.x/en/installation/air-gap-installation/install-from-private-registry/).

>- For a list of other Rancher Server tags available, refer to [Rancher Server Tags]({{< baseurl >}}/rancher/v2.x/en/installation/server-tags/). **Result:** Rancher is installed.