From b0225bad99bc516709678e562cfc90c9f3d89195 Mon Sep 17 00:00:00 2001 From: sspencerwire Date: Tue, 5 Mar 2024 12:40:35 -0600 Subject: [PATCH] Fix missed link in rancher routine --- docs/guides/containers/rancher_and_kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/containers/rancher_and_kubernetes.md b/docs/guides/containers/rancher_and_kubernetes.md index a76e5e78f2..c5cdb69d32 100644 --- a/docs/guides/containers/rancher_and_kubernetes.md +++ b/docs/guides/containers/rancher_and_kubernetes.md @@ -91,7 +91,7 @@ You are ready to connect to the Rancher's webUI. Rancher offers its docker-based version of Kubernetes: RKE (Rancher Kubernetes Engine). -All you need is several Rocky Linux servers and the [Docker engine](https://docs.rockylinux.org/gemstones/docker/) installed on them. +All you need is several Rocky Linux servers and the [Docker engine](https://docs.rockylinux.org/gemstones/containers/docker/) installed on them. Do not forget that one of the requirements of Kubernetes is to have an odd number of master nodes (1 or 3, for example). For our tests, start with 3 master nodes and 2 additional nodes with only the worker role.