easy fixes

This commit is contained in:
Mark Bishop
2018-05-07 16:16:17 -07:00
committed by Mark Bishop
parent 5da20f6fe0
commit 4fb432d012
3 changed files with 8 additions and 7 deletions
@@ -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.
@@ -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<br/>(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)
@@ -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/).<br/><br/>
>- `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/).<br/><br/>
>- 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.