We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 149fbe2 commit d698661Copy full SHA for d698661
1 file changed
docs/class1/module2/lab1.rst
@@ -113,6 +113,16 @@ To do so we'll need to configure BIG-IP first.
113
114
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 }
115
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
126
CIS Deployment
127
--------------
128
0 commit comments