From 92a78ab98df0b011f469db52f6ee62a7154013df Mon Sep 17 00:00:00 2001 From: lewisfelix <43970783+lewisfelix@users.noreply.github.com> Date: Tue, 12 Jul 2022 17:30:31 +0100 Subject: [PATCH] Update README.md --- operator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator/README.md b/operator/README.md index 7b9cfc7..0762ce2 100644 --- a/operator/README.md +++ b/operator/README.md @@ -42,7 +42,7 @@ This guide details the necessary steps to install the L2S-M Kubernetes operator Once opened, append the following line at the end of the file: ```bash - @reboot sh [directory-where-L2S-M-directory-is-located]/L2S-M/K8s/provision/set-interfaces.sh [interface_to_use] [directory-where-L2S-M-directory-is-located]/L2S-M/K8s/provision/vxlans.txt + @reboot sh [directory-where-L2S-M-is-located]/L2S-M/K8s/provision/set-interfaces.sh [interface_to_use] [directory-where-L2S-M-is-located]/L2S-M/K8s/provision/vxlans.txt ``` * You may want to manually create the VXLANs instead. **Note: We highly suggest to use the reccomended option described in 2. to keep the configuration across reboots**. To that purpose, you can use the following command for every VXLAN in most Linux distributions: -- GitLab