Skip to content

Commit 65be137

Browse files
authored
Merge pull request #161 from gregcoward/patch-10
Add Flannel network route creation instructions
2 parents 858ca42 + d698661 commit 65be137

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/class1/module2/lab1.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,16 @@ To do so we'll need to configure BIG-IP first.
113113
114114
ssh admin@10.1.1.5 tmsh create net self fl-vxlan-selfip { address 10.42.20.1/16 vlan fl-tunnel allow-service all }
115115
116+
#. Create route to Flannel network
117+
118+
- Browse to: :menuselection:`Network --> Routes`
119+
- Create a new route called "**flannel_route**"
120+
- Set the Destination to "**10.244.0.0**"
121+
- Set the Netmask to "**255.255.0.0**"
122+
- Set the Resource to "Use VLAN / Tunnle"
123+
- Set the VLAN / Tunnel to "**fl-tunnel**" (*Created earlier*)
124+
- Click **Finished**
125+
116126
CIS Deployment
117127
--------------
118128

0 commit comments

Comments
 (0)