Skip to content

Commit d698661

Browse files
authored
Add Flannel network route creation instructions
Added instructions for creating a route to the Flannel network.
1 parent 149fbe2 commit d698661

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)