From 59bf2cfeffa14a4e60163d8383681c1dcdfb8c78 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Tue, 11 Feb 2020 13:10:44 -0700 Subject: [PATCH] Fix internal link --- content/k3s/latest/en/installation/ha/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/k3s/latest/en/installation/ha/_index.md b/content/k3s/latest/en/installation/ha/_index.md index caa2a4ee087..adea8ad1938 100644 --- a/content/k3s/latest/en/installation/ha/_index.md +++ b/content/k3s/latest/en/installation/ha/_index.md @@ -25,7 +25,7 @@ Setting up an HA cluster requires the following steps: 1. [Create an external datastore](#1-create-an-external-datastore) 2. [Launch server nodes](#2-launch-server-nodes) 3. [Configure the fixed registration address](#3-configure-the-fixed-registration-address) -4. [Join agent nodes](#4-join-agent-nodes) +4. [Join agent nodes](#4-optional-join-agent-nodes) ### 1. Create an External Datastore You will first need to create an external datastore for the cluster. See the [Cluster Datastore Options]({{< baseurl >}}/k3s/latest/en/installation/datastore/) documentation for more details.