mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 12:38:05 +00:00
ha install
This commit is contained in:
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
|
||||
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user