From a604e4f69ad645bfc0dcb70fcd3578f64409a37f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Habi=C3=A9?= <77821695+adamency@users.noreply.github.com> Date: Mon, 25 Mar 2024 14:26:17 +0100 Subject: [PATCH] Fix typo in public docs about manifest branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The branch published on the website is actually v0.14 but `_index.md` is using the same text as in the `main` branch misleading warning against using the displayed manifests. Signed-off-by: Benjamin HabiƩ --- website/content/installation/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/installation/_index.md b/website/content/installation/_index.md index b9cfe3fabf7..c3f38ad8cf8 100644 --- a/website/content/installation/_index.md +++ b/website/content/installation/_index.md @@ -75,7 +75,7 @@ If you want to deploy MetalLB using the [experimental FRR-K8s mode]({{% relref " kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.14.3/config/manifests/metallb-frr-k8s.yaml ``` -Please do note that these manifests deploy MetalLB from the main development branch. We highly encourage cloud operators to deploy a stable released version of MetalLB on production environments! +These manifests deploy MetalLB from a release branch. Indeed, we highly encourage cloud operators to deploy a stable released version of MetalLB (instead of manifests from the main branch) on production environments! {{% /notice %}}