mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 16:29:21 +00:00
Fix IP conflict on master's cbr0 and host's virbr_kub_pods
This commit is contained in:
parent
196f58b9cb
commit
34ad303dda
@ -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