From 83114ddc719469bfa0ad61fd18c1af8dbce08e44 Mon Sep 17 00:00:00 2001 From: Fulvio Risso Date: Wed, 11 Dec 2024 06:44:03 +0100 Subject: [PATCH] Linter, again. --- docs/advanced/peering/inter-cluster-authentication.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/advanced/peering/inter-cluster-authentication.md b/docs/advanced/peering/inter-cluster-authentication.md index df9cbbccb5..b00744d35f 100644 --- a/docs/advanced/peering/inter-cluster-authentication.md +++ b/docs/advanced/peering/inter-cluster-authentication.md @@ -12,8 +12,7 @@ The `liqoctl peer` command automatically sets up the network pairing and perform However, **authentication and resource reflection are independent from the network pairing**, which means that we can offload tasks and reflect resources without setting up the network. The authentication process can be completed without the network pairing by using the `liqoctl authenticate` command or by manually applying the CRs. - - + ## Authentication via liqoctl authenticate ```{warning}