mirror of https://github.com/k3s-io/k3s
Fix IP conflict on master's cbr0 and host's virbr_kub_pods
parent
196f58b9cb
commit
34ad303dda
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue