From 27e360c699ed3c93f5da07297e8d33c993168a4c Mon Sep 17 00:00:00 2001 From: Alex ubuntu vm <alexdecb@yahoo.es> Date: Tue, 14 Nov 2023 12:02:37 +0100 Subject: [PATCH] adjusted installation guide so the reference directory is L2S-M/ instead of the parent one --- operator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator/README.md b/operator/README.md index c42328f..0a48683 100644 --- a/operator/README.md +++ b/operator/README.md @@ -4,7 +4,7 @@ This guide details the necessary steps to install the L2S-M Kubernetes operator # Prerequisites -1. Clone the L2S-M repository in your host. This guide will assume that all commands are executed in the directory where L2S-M was downloaded. +1. Clone the L2S-M repository in your host. This guide will assume that all commands are executed insideo the L2S-M directory. 2. As a prerequisite to start with the installation of L2S-M, it is necessary to set up an IP tunnel overlay among the nodes of your k8s cluster (see [how L2S works](https://github.com/Networks-it-uc3m/L2S-M/tree/main/K8s). To do so, **the installation needs 10 vEth pairs in order to support the attachment of pods to virtual networks.** -- GitLab