mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 20:48:11 +00:00
making updates for broken port images. Updates to install and quickstart made during docathon.
This commit is contained in:
@@ -6,5 +6,5 @@ aliases:
|
||||
---
|
||||
This section contains information about how to create backups of your Rancher data and how to restore them in a disaster scenario.
|
||||
|
||||
- For single node backup instructions, see [Single Node Backup and Restoration]({{< baseurl >}/rancher/v2.x/en/})
|
||||
- for high-availability backup instructions, see [High Availability Backup and Restoration]()
|
||||
- [Single Node Install Backup and Restoration]({{< baseurl >}}/rancher/v2.x/en/installation/backups-and-restoration/single-node-backup-and-restoration/)
|
||||
- [High Availability Install Backup and Restoration]({{< baseurl >}}/rancher/v2.x/en/installation/backups-and-restoration/ha-backup-and-restoration/)
|
||||
|
||||
@@ -68,15 +68,25 @@ Installation of Rancher in a high-availability configuration involves multiple p
|
||||
|
||||
Before you install Rancher, confirm you meet the host requirements. Provision 3 new Linux hosts using the requirements below.
|
||||
|
||||
### Host requirements
|
||||
### Requirements
|
||||
|
||||
#### Operating System
|
||||
|
||||
{{< requirements_os >}}
|
||||
|
||||
#### Hardware
|
||||
|
||||
{{< requirements_hardware >}}
|
||||
|
||||
#### Software
|
||||
|
||||
{{< requirements_software >}}
|
||||
|
||||
{{< requirements_ports >}}
|
||||
{{< note_server-tags >}}
|
||||
|
||||
#### Ports
|
||||
|
||||
The following diagram depicts the basic port requirements for Rancher. For a comprehensive list, see [Port Requirements]({{< baseurl >}}/rancher/v2.x/en/installation/references/).
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -68,15 +68,25 @@ Installation of Rancher in a high-availability configuration involves multiple p
|
||||
|
||||
Before you install Rancher, confirm you meet the host requirements. Provision 3 new Linux hosts using the requirements below.
|
||||
|
||||
### Host requirements
|
||||
### Host Requirements
|
||||
|
||||
#### Operating System
|
||||
|
||||
{{< requirements_os >}}
|
||||
|
||||
#### Hardware
|
||||
|
||||
{{< requirements_hardware >}}
|
||||
|
||||
#### Software
|
||||
|
||||
{{< requirements_software >}}
|
||||
|
||||
{{< requirements_ports >}}
|
||||
{{< note_server-tags >}}
|
||||
|
||||
#### Ports
|
||||
|
||||
The following diagram depicts the basic port requirements for Rancher. For a comprehensive list, see [Port Requirements]({{< baseurl >}}/rancher/v2.x/en/installation/references/).
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -37,22 +37,28 @@ Installation of Rancher on a single node with an external load balancer involves
|
||||
|
||||
Provision a single Linux host to launch your {{< product >}} Server.
|
||||
|
||||
### Requirements
|
||||
### Host Requirements
|
||||
|
||||
#### Operating System
|
||||
|
||||
{{< requirements_os >}}
|
||||
|
||||
#### Hardware
|
||||
|
||||
{{< requirements_hardware >}}
|
||||
|
||||
#### Software
|
||||
|
||||
{{< requirements_software >}}
|
||||
|
||||
<a id="port-requirements"></a>
|
||||
{{< note_server-tags >}}
|
||||
|
||||
{{< requirements_ports >}}
|
||||
#### Ports
|
||||
|
||||
The following diagram depicts the basic port requirements for Rancher. For a comprehensive list, see [Port Requirements]({{< baseurl >}}/rancher/v2.x/en/installation/references/).
|
||||
|
||||

|
||||
|
||||
{{< note_server-tags >}}
|
||||
|
||||
## 2. Choose an SSL Option and Install Rancher
|
||||
|
||||
For security purposes, SSL (Secure Sockets Layer) is required when using Rancher. SSL secures all Rancher network communication, like when you login or interact with a cluster.
|
||||
|
||||
@@ -28,19 +28,23 @@ Provision a single Linux host to launch your {{< product >}} Server.
|
||||
|
||||
### Requirements
|
||||
|
||||
#### Operating System
|
||||
|
||||
{{< requirements_os >}}
|
||||
|
||||
#### Hardware
|
||||
|
||||
{{< requirements_hardware >}}
|
||||
|
||||
#### Software
|
||||
|
||||
{{< requirements_software >}}
|
||||
|
||||
{{< note_server-tags >}}
|
||||
|
||||
<a id="port-requirements"></a>
|
||||
#### Ports
|
||||
|
||||
#### Port Requirements
|
||||
|
||||
The following diagram depicts the basic port requirements for Rancher. For a comprehensive list, see [Port Requirements]({{< baseurl >}}/rancher/v2.x/en/installation/single-node-install/_index.md)
|
||||
The following diagram depicts the basic port requirements for Rancher. For a comprehensive list, see [Port Requirements]({{< baseurl >}}/rancher/v2.x/en/installation/references/).
|
||||
|
||||

|
||||
|
||||
@@ -49,7 +53,7 @@ The following diagram depicts the basic port requirements for Rancher. For a com
|
||||
For security purposes, SSL (Secure Sockets Layer) is required when using Rancher. SSL secures all Rancher network communication, like when you login or interact with a cluster.
|
||||
|
||||
>**Attention Air Gap Users:**
|
||||
> If you are visiting this page to complete [Air Gap Installation]({{< baseurl >}}/rancher/v2.x/en/installation/air-gap-installation/), you must prepend your private registry URL to the server tag when running the installation command in the option that you choose. Replace `<REGISTRY.DOMAIN.COM:PORT>` with your private registry URL.
|
||||
> If you are visiting this page to complete [Air Gap Installation]({{< baseurl >}}/rancher/v2.x/en/installation/air-gap-installation/), you must pre-pend your private registry URL to the server tag when running the installation command in the option that you choose. Replace `<REGISTRY.DOMAIN.COM:PORT>` with your private registry URL.
|
||||
>
|
||||
> Example:
|
||||
```
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
---
|
||||
title: Adding Alerts
|
||||
title: Adding and Managing Alerts
|
||||
weight: 3575
|
||||
draft: true
|
||||
---
|
||||
Coming Soon
|
||||
|
||||
## Adding Alerts
|
||||
|
||||
## Managing Alerts
|
||||
@@ -1,6 +1,11 @@
|
||||
---
|
||||
title: Adding Notifiers
|
||||
title: Adding and Managing Notifiers
|
||||
weight: 3550
|
||||
draft: true
|
||||
---
|
||||
Coming Soon
|
||||
|
||||
|
||||
## Adding Notifiers
|
||||
|
||||
## Managing Notifiers
|
||||
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
---
|
||||
title: Enabling Cluster Logging
|
||||
title: Enabling and Managing Cluster Logging
|
||||
weight: 3600
|
||||
draft: true
|
||||
---
|
||||
Coming Soon
|
||||
|
||||
## Enabling Cluster Logging
|
||||
|
||||
## Managing Cluster Logging
|
||||
@@ -1,6 +1,9 @@
|
||||
---
|
||||
title: Enabling Pipelines for Projects
|
||||
title: Enabling and Managing Pipelines for Projects
|
||||
weight: 3625
|
||||
draft: true
|
||||
---
|
||||
Coming Soon
|
||||
|
||||
## Enabling Pipelines for Projects
|
||||
|
||||
## Managing Pipelines for Projects
|
||||
@@ -13,10 +13,13 @@ Coming Soon
|
||||
|
||||
Coming Soon
|
||||
|
||||
## Adding / Managing Project Members
|
||||
## Adding Project Members
|
||||
|
||||
Coming Soon
|
||||
|
||||
## Managing Project Members
|
||||
|
||||
|
||||
## Adding SSL Certificates
|
||||
|
||||
Coming Soon
|
||||
@@ -29,10 +32,14 @@ Coming Soon
|
||||
|
||||
Coming Soon
|
||||
|
||||
## Managing Project Logging
|
||||
|
||||
## Adding Project Alerts
|
||||
|
||||
Coming Soon
|
||||
|
||||
## Managing Project Alerts
|
||||
|
||||
## Using Private Registries
|
||||
|
||||
Coming Soon
|
||||
@@ -45,7 +52,9 @@ Coming Soon
|
||||
|
||||
Coming Soon
|
||||
|
||||
## Creating a Pod Security Policy
|
||||
## Creating Pod Security Policies
|
||||
|
||||
Coming Soon
|
||||
|
||||
## Managing Pod Security Policies
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<div>
|
||||
<h4>High Availability Requirements</h4>
|
||||
<ul>
|
||||
<li>RKE Cluster</li>
|
||||
<ul>
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
<div>
|
||||
<h4>Hardware Requirements</h4>
|
||||
|
||||
<p>Hardware requirements scale based on the size of your Rancher deployment. Provision each individual node according to the requirements.</p>
|
||||
<table>
|
||||
<tr>
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<div>
|
||||
<h4>Operating System Requirements</h4>
|
||||
<ul>
|
||||
<li>Ubuntu 16.04 (64-bit)</li>
|
||||
<li>Red Hat Enterprise Linux 7.5 (64-bit)</li>
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<div>
|
||||
<h5>Port Requirements</h5>
|
||||
<p><strong>Rancher nodes:</strong><br/>Nodes running the <code>rancher/rancher</code> container</p>
|
||||
<h6>Rancher nodes - Inbound rules</h6>
|
||||
<table>
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<div>
|
||||
<h4>Software Requirements</h4>
|
||||
<ul>
|
||||
<li>
|
||||
<p>Docker</p>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 371 KiB After Width: | Height: | Size: 75 KiB |
Reference in New Issue
Block a user