Browse Source

Merge pull request #1227 from pain400/pain400-patch-troubleshooting-file

fix troubleshooting.md
Rajat Chopra 4 years ago
parent
commit
aedcbade5a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/troubleshooting.md

+ 1 - 1
Documentation/troubleshooting.md

@@ -37,7 +37,7 @@ I0629 14:28:35.867000    5522 main.go:412] Using 10.10.10.10 as external address
 ### Vagrant
 Vagrant typically assigns two interfaces to all VMs. The first, for which all hosts are assigned the IP address `10.0.2.15`, is for external traffic that gets NATed.
 
-This may lead to problems with flannel. By default, flannel selects the first interface on a host. This leads to all hosts thinking they have the same public IP address. To prevent this issue, pass the `--iface eth1` flag to flannel so that the second interface is chosen.
+This may lead to problems with flannel. By default, flannel selects the first interface on a host. This leads to all hosts thinking they have the same public IP address. To prevent this issue, pass the `--iface=eth1` flag to flannel so that the second interface is chosen.
 
 ## Permissions
 Depending on the backend being used, flannel may need to run with super user permissions. Examples include creating VXLAN devices or programming routes.  If you see errors similar to the following, confirm that the user running flannel has the right permissions (or try running with `sudo)`.