mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
Merge pull request #13659 from linzichang/fix-ip-conflict
Auto commit by PR queue bot
This commit is contained in:
commit
ef33c2faa4
@ -1,6 +1,6 @@
|
|||||||
<network>
|
<network>
|
||||||
<name>kubernetes_pods</name>
|
<name>kubernetes_pods</name>
|
||||||
<bridge name='virbr_kub_pods' stp='off' delay='0'/>
|
<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>
|
</ip>
|
||||||
</network>
|
</network>
|
||||||
|
Loading…
Reference in New Issue
Block a user