From eda40f743da7007f308dc49b68b2eb99e91658da Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Tue, 6 Oct 2020 11:35:58 -0700 Subject: [PATCH] Fix links --- .../rancher/v2.x/en/backups/migrating-rancher/_index.md | 2 +- .../single-node-docker/single-node-upgrades/_index.md | 1 + .../installation/upgrades-rollbacks/upgrades/ha/_index.md | 2 +- .../upgrades-rollbacks/upgrades/ha/helm2/_index.md | 4 ++-- .../load-balancers-and-ingress/load-balancers/_index.md | 8 -------- 5 files changed, 5 insertions(+), 12 deletions(-) diff --git a/content/rancher/v2.x/en/backups/migrating-rancher/_index.md b/content/rancher/v2.x/en/backups/migrating-rancher/_index.md index 65f3437585b..22a3c62a2ee 100644 --- a/content/rancher/v2.x/en/backups/migrating-rancher/_index.md +++ b/content/rancher/v2.x/en/backups/migrating-rancher/_index.md @@ -84,7 +84,7 @@ kubectl apply -f migrationResource.yaml ### 3. Install cert-manager -Follow the steps to [install cert-manager]({{}}/rancher/v2.x/en/installation/install-rancher-on-k8s/install/#5-install-cert-manager) in the documentation about installing cert-manager on Kubernetes. +Follow the steps to [install cert-manager]({{}}/rancher/v2.x/en/installation/install-rancher-on-k8s/#5-install-cert-manager) in the documentation about installing cert-manager on Kubernetes. ### 4. Bring up Rancher with Helm diff --git a/content/rancher/v2.x/en/installation/other-installation-methods/single-node-docker/single-node-upgrades/_index.md b/content/rancher/v2.x/en/installation/other-installation-methods/single-node-docker/single-node-upgrades/_index.md index 34e7c85b340..75da96e0454 100644 --- a/content/rancher/v2.x/en/installation/other-installation-methods/single-node-docker/single-node-upgrades/_index.md +++ b/content/rancher/v2.x/en/installation/other-installation-methods/single-node-docker/single-node-upgrades/_index.md @@ -6,6 +6,7 @@ aliases: - /rancher/v2.x/en/upgrades/upgrades/single-node-air-gap-upgrade - /rancher/v2.x/en/upgrades/upgrades/single-node - /rancher/v2.x/en/upgrades/upgrades/single-node-upgrade/ + - /rancher/v2.x/en/installation/install-rancher-on-k8s/upgrades/upgrades/single-node/ --- The following instructions will guide you through upgrading a Rancher server that was installed with Docker. diff --git a/content/rancher/v2.x/en/installation/upgrades-rollbacks/upgrades/ha/_index.md b/content/rancher/v2.x/en/installation/upgrades-rollbacks/upgrades/ha/_index.md index 5ecf59d1475..39e57f210a7 100644 --- a/content/rancher/v2.x/en/installation/upgrades-rollbacks/upgrades/ha/_index.md +++ b/content/rancher/v2.x/en/installation/upgrades-rollbacks/upgrades/ha/_index.md @@ -32,7 +32,7 @@ If you installed Rancher using the RKE Add-on yaml, follow the directions to [mi Follow the steps to upgrade Rancher server: -- [A. Back up your Kubernetes cluster that is running Rancher server](#a-backup-your-kubernetes-cluster-that-is-running-rancher-server) +- [A. Back up your Kubernetes cluster that is running Rancher server](#a-back-up-your-kubernetes-cluster-that-is-running-rancher-server) - [B. Update the Helm chart repository](#b-update-the-helm-chart-repository) - [C. Upgrade Rancher](#c-upgrade-rancher) - [D. Verify the Upgrade](#d-verify-the-upgrade) diff --git a/content/rancher/v2.x/en/installation/upgrades-rollbacks/upgrades/ha/helm2/_index.md b/content/rancher/v2.x/en/installation/upgrades-rollbacks/upgrades/ha/helm2/_index.md index b6501aca1c3..7670c2955bc 100644 --- a/content/rancher/v2.x/en/installation/upgrades-rollbacks/upgrades/ha/helm2/_index.md +++ b/content/rancher/v2.x/en/installation/upgrades-rollbacks/upgrades/ha/helm2/_index.md @@ -21,7 +21,7 @@ If you installed Rancher using the RKE Add-on yaml, follow the directions to [mi >**Notes:** > > - [Let's Encrypt will be blocking cert-manager instances older than 0.8.0 starting November 1st 2019.](https://community.letsencrypt.org/t/blocking-old-cert-manager-versions/98753) Upgrade cert-manager to the latest version by following [these instructions.]({{}}/rancher/v2.x/en/installation/options/upgrading-cert-manager) -> - If you are upgrading Rancher from v2.x to v2.3+, and you are using external TLS termination, you will need to edit the cluster.yml to [enable using forwarded host headers.]({{}}/rancher/v2.x/en/installation/ha/helm-rancher/chart-options/#configuring-ingress-for-external-tls-when-using-nginx-v0-25) +> - If you are upgrading Rancher from v2.x to v2.3+, and you are using external TLS termination, you will need to edit the cluster.yml to [enable using forwarded host headers.]({{}}/rancher/v2.x/en/installation/resources/chart-options/#configuring-ingress-for-external-tls-when-using-nginx-v0-25) > - The upgrade instructions assume you are using Helm 3. For migration of installs started with Helm 2, refer to the official [Helm 2 to 3 migration docs.](https://helm.sh/blog/migrate-from-helm-v2-to-helm-v3/) This [section]({{}}/rancher/v2.x/en/upgrades/helm2) provides a copy of the older upgrade instructions that used Helm 2, and it is intended to be used if upgrading to Helm 3 is not feasible. # Prerequisites @@ -33,7 +33,7 @@ If you installed Rancher using the RKE Add-on yaml, follow the directions to [mi Follow the steps to upgrade Rancher server: -- [A. Back up your Kubernetes cluster that is running Rancher server](#a-backup-your-kubernetes-cluster-that-is-running-rancher-server) +- [A. Back up your Kubernetes cluster that is running Rancher server](#a-back-up-your-kubernetes-cluster-that-is-running-rancher-server) - [B. Update the Helm chart repository](#b-update-the-helm-chart-repository) - [C. Upgrade Rancher](#c-upgrade-rancher) - [D. Verify the Upgrade](#d-verify-the-upgrade) diff --git a/content/rancher/v2.x/en/k8s-resources/k8s-in-rancher/load-balancers-and-ingress/load-balancers/_index.md b/content/rancher/v2.x/en/k8s-resources/k8s-in-rancher/load-balancers-and-ingress/load-balancers/_index.md index c180b2679a1..7ab07b6a056 100644 --- a/content/rancher/v2.x/en/k8s-resources/k8s-in-rancher/load-balancers-and-ingress/load-balancers/_index.md +++ b/content/rancher/v2.x/en/k8s-resources/k8s-in-rancher/load-balancers-and-ingress/load-balancers/_index.md @@ -65,11 +65,3 @@ The benefit of using xip.io is that you obtain a working entrypoint URL immediat ## Related Links - [Create an External Load Balancer](https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/) - -#### Tutorials - -- [Kubernetes installation with External Load Balancer (HTTPS/Layer 7)]({{}}/rancher/v2.x/en/installation/ha-server-install-external-lb) -- [Kubernetes installation with External Load Balancer (TCP/Layer 4)]({{}}/rancher/v2.x/en/installation/ha-server-install) -- [Docker Installation with External Load Balancer]({{}}/rancher/v2.x/en/installation/single-node-install-external-lb) - -