Fix table formatting and aliases

This commit is contained in:
Catherine Luse
2019-12-12 14:43:53 -07:00
parent 468034b636
commit 523d27affe
10 changed files with 18 additions and 7 deletions
@@ -1,6 +1,8 @@
---
title: Helm Version Requirements
weight: 400
aliases:
- /rancher/v2.x/en/installation/helm-version
---
This section contains the requirements for Helm, which is the tool used to install Rancher on a high-availability Kubernetes cluster.
@@ -3,6 +3,7 @@ title: Enable API Auditing
weight: 300
aliases:
- /rke/latest/en/config-options/add-ons/api-auditing/
- /rancher/v2.x/en/installation/ha/rke-add-on/api-auditing
---
>**Important: RKE add-on install is only supported up to Rancher v2.0.8**
@@ -3,6 +3,7 @@ title: HA Install with External Load Balancer (TCP/Layer 4)
weight: 275
aliases:
- /rancher/v2.x/en/installation/ha-server-install/
- /rancher/v2.x/en/installation/ha/rke-add-on/layer-4-lb
---
> #### **Important: RKE add-on install is only supported up to Rancher v2.0.8**
@@ -3,6 +3,7 @@ title: Amazon NLB Configuration
weight: 277
aliases:
- /rancher/v2.x/en/installation/ha-server-install/nlb/
- /rancher/v2.x/en/installation/ha/rke-add-on/layer-4-lb/nlb
---
> #### **Important: RKE add-on install is only supported up to Rancher v2.0.8**
@@ -3,6 +3,7 @@ title: HA Install with External Load Balancer (HTTPS/Layer 7)
weight: 276
aliases:
- /rancher/v2.x/en/installation/ha-server-install-external-lb/
- /rancher/v2.x/en/installation/ha/rke-add-on/layer-7-lb
---
> #### **Important: RKE add-on install is only supported up to Rancher v2.0.8**
@@ -3,6 +3,7 @@ title: Amazon ALB Configuration
weight: 277
aliases:
- /rancher/v2.x/en/installation/ha-server-install-external-lb/alb/
- /rancher/v2.x/en/installation/ha/rke-add-on/layer-7-lb/alb
---
> #### **Important: RKE add-on install is only supported up to Rancher v2.0.8**
@@ -3,6 +3,7 @@ title: NGINX Configuration
weight: 277
aliases:
- /rancher/v2.x/en/installation/ha-server-install-external-lb/nginx/
- /rancher/v2.x/en/installation/ha/rke-add-on/layer-7-lb/nginx
---
> #### **Important: RKE add-on install is only supported up to Rancher v2.0.8**
@@ -1,6 +1,8 @@
---
title: HTTP Proxy Configuration
weight: 277
aliases:
- /rancher/v2.x/en/installation/ha/rke-add-on/proxy
---
> #### **Important: RKE add-on install is only supported up to Rancher v2.0.8**
@@ -1,6 +1,8 @@
---
title: Choosing a Rancher Version
weight: 230
aliases:
- /rancher/v2.x/en/installation/server-tags
---
This section describes how to choose a Rancher version.
@@ -93,13 +93,12 @@ The load balancer or proxy has to be configured to support the following:
- **SPDY** / **HTTP/2** protocols
- Passing / setting the following headers:
| Header | Value | Description |
| ------------------- | ------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Host` | Hostname used to reach Rancher. | To identify the server requested by the client. |
| `X-Forwarded-Proto` | `https` | To identify the protocol that a client used to connect to the load balancer or proxy.<br /><br/>**Note:** If this header is present, `rancher/rancher` does not redirect HTTP to HTTPS. |
| `X-Forwarded-Port` | Port used to reach Rancher. | To identify the protocol that client used to connect to the load balancer or proxy. |
| `X-Forwarded-For` | IP of the client connection. | To identify the originating IP address of a client. |
| Header | Value | Description |
|--------|-------|-------------|
| `Host` | Hostname used to reach Rancher. | To identify the server requested by the client.
| `X-Forwarded-Proto` | `https` | To identify the protocol that a client used to connect to the load balancer or proxy.<br /><br/>**Note:** If this header is present, `rancher/rancher` does not redirect HTTP to HTTPS.
| `X-Forwarded-Port` | Port used to reach Rancher. | To identify the protocol that client used to connect to the load balancer or proxy.
| `X-Forwarded-For` | IP of the client connection. | To identify the originating IP address of a client.
### Example Nginx configuration
This NGINX configuration is tested on NGINX 1.14.