blob: 354bff1c9aeeb2ac3470278a3036bfaa714513ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
.. This work is licensed under a Creative Commons Attribution 4.0 International
.. License.
.. http://creativecommons.org/licenses/by/4.0
.. (c) OPNFV, arm Limited.
.. _Flannel: https://github.com/coreos/flannel
===============================================
Kubernetes Deployment with 2 Flannel Interfaces
===============================================
The scenario would deploy 2 Flannel_ interfaces for any created pods, in which one interface
named "eth0" would be used as the default interface, and the 2nd interface named "net0" would
route to another subnet.
|