From e6c4330e4ecf16466d0412ccec3e51573a42e473 Mon Sep 17 00:00:00 2001
From: Mathieu Parent <mathieu.parent@insee.fr>
Date: Wed, 27 Apr 2022 11:24:11 +0200
Subject: [PATCH] calico: vxlan is the default for calico_network_backend
 (#8750)

Since https://github.com/kubernetes-sigs/kubespray/pull/8434
---
 docs/calico.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/calico.md b/docs/calico.md
index 1cec1392c..2d10c04e4 100644
--- a/docs/calico.md
+++ b/docs/calico.md
@@ -50,7 +50,7 @@ calico_datastore: kdd
 
 ### Optional : Define network backend
 
-In some cases you may want to define Calico network backend. Allowed values are `bird`, `vxlan` or `none`. Bird is a default value.
+In some cases you may want to define Calico network backend. Allowed values are `bird`, `vxlan` or `none`. `vxlan` is the default value.
 
 To re-define you need to edit the inventory and add a group variable `calico_network_backend`
 
-- 
GitLab