Merge pull request #30 from MBishop17/install2

Install2
This commit is contained in:
Denise
2018-04-26 17:03:18 -07:00
committed by GitHub
5 changed files with 252 additions and 9 deletions
@@ -3,6 +3,29 @@ title: Installation Objectives
layout: single-docs
weight: 75
---
# Installation Objectives
# Installation Checklist
Coming Soon
1. [Installation Scenarios]({{< ref "installation-scenarios.md" >}})
You can install {{< product >}} and Kubernetes in virtually any network environement in a variety of configurations. Before you start installation, review the different use cases we've identified and choose the install solution best for you.
2. [Review {{< product >}} Server Requirements]({{< ref "requirements/_index.md" >}})
Depending on your install scenario, you'll have a different set of requirements you must meet. [Installation Scenarios]({{< ref "installation-scenarios.md" >}}) lists which set of requirements applies to you.
3. Provision Your Linux Host(s)
Provision your Linux host or cluster according to the [requirements]
({{< ref "requirements/_index.md" >}}).
4. [Install {{< product >}}]({{< ref "server-installation/_index.md" >}})
Complete the install procedure for your installation scenario.
5. [Configure Load Balancing]({{< ref "config-load-balancing.md" >}})
Configure a solution for balancing loads between the different nodes in your Kubernetes clusters.
6. [Configure SSL]({{< ref "config-ssl" >}})
Finally, you must configure your nodes for SSL communication. Obtain an SSL certificate and install it on your {{< product >}} nodes.
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>