Skip to content
Snippets Groups Projects
Unverified Commit 3db9429c authored by lewisfelix's avatar lewisfelix Committed by GitHub
Browse files

Update README.md

Add vxlan-interface-name parameter to the script documentation
parent a5d09e9a
No related branches found
No related tags found
1 merge request!2repo: added new directory where utils scripts will be
...@@ -11,7 +11,7 @@ This guide details the necessary steps to install the L2S-M Kubernetes operator ...@@ -11,7 +11,7 @@ This guide details the necessary steps to install the L2S-M Kubernetes operator
This repository contains a script to generate the necessary 10 VXLANs with their respective names. To use the script, execute the following command in every node of your cluster (this is the **recommended option**): This repository contains a script to generate the necessary 10 VXLANs with their respective names. To use the script, execute the following command in every node of your cluster (this is the **recommended option**):
```bash ```bash
sudo ./L2S-M/K8s/provision/vxlan.bash sudo ./L2S-M/K8s/provision/vxlan.bash [interface_to_use_for_vxlan_tunnel]
``` ```
You may want to manually create the VXLANs instead. To that purpose, you can use the following command for every VXLAN in most Linux distributions: You may want to manually create the VXLANs instead. To that purpose, you can use the following command for every VXLAN in most Linux distributions:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment