Fix IP conflict on master's cbr0 and host's virbr_kub_pods

pull/6/head
Zichang Lin 2015-09-08 16:23:18 +08:00
parent 196f58b9cb
commit 34ad303dda
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<network>
<name>kubernetes_pods</name>
<bridge name='virbr_kub_pods' stp='off' delay='0'/>
<ip address='10.10.0.1' netmask='255.255.0.0'>
<ip address='10.10.0.100' netmask='255.255.0.0'>
</ip>
</network>