ha install

This commit is contained in:
Mark Bishop
2018-04-26 16:45:06 -07:00
parent 2192f706f5
commit 6a594aff7b
4 changed files with 227 additions and 7 deletions
File diff suppressed because one or more lines are too long
@@ -8,6 +8,18 @@ weight: 250
## Option 1: Single Container Install
Installing Rancher on a Linux host using a single Docker container is simple. Simply connect to your host and run the command below.
1. Log in to your Linux host using your preferred shell, such as PuTTy or a remote Terminal connection.
2. From your shell, enter the following command:
```
$ sudo docker run -d --restart=unless-stopped -p 80:80 -p 443:443 rancher/rancher
```
**Result:** Rancher is installed.
## Option 2: Single Container Install with etcd
## Option 3: Local Cluster Install
+12
View File
@@ -0,0 +1,12 @@
<div>
<h2>High Availablity Requirements</h2>
<ul>
<li>RKE Cluster</li>
<ul>
<li>3 nodes total minimum</li>
<li>3+ nodes for etcd role</li>
<li>2+ nodes for controlplane role</li>
<li>1+ node for worker role</li>
</ul>
</ul>
</div>
+4 -4
View File
@@ -16,11 +16,11 @@
</tr>
<tr>
<td>80</td>
<td>?</td>
<td>http</td>
</tr>
<tr>
<td>443</td>
<td>?</td>
<td>https</td>
</tr>
<tr>
<td>6443</td>
@@ -69,11 +69,11 @@
</tr>
<tr>
<td>80</td>
<td>?</td>
<td>http</td>
</tr>
<tr>
<td>443</td>
<td>?</td>
<td>https</td>
</tr>
<tr>
<td>10250</td>