manifests: ensure kube-bridge uses latest CIDR
This commit ensures that the kube-bridge uses the latest CIDR assigned by the Kubernetes API, rather than defaulting to a previously assigned CIDR. xref: * https://github.com/containernetworking/plugins/tree/master/plugins/main/bridge#network-configuration-reference * https://github.com/cloudnativelabs/kube-router/issues/689 Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
This commit is contained in:
parent
63987713dd
commit
a6afc3247d
@ -16,6 +16,7 @@ data:
|
|||||||
"type":"bridge",
|
"type":"bridge",
|
||||||
"bridge":"kube-bridge",
|
"bridge":"kube-bridge",
|
||||||
"isDefaultGateway":true,
|
"isDefaultGateway":true,
|
||||||
|
"forceAddress":true,
|
||||||
"ipam":{
|
"ipam":{
|
||||||
"type":"host-local"
|
"type":"host-local"
|
||||||
}
|
}
|
||||||
|
@ -16,6 +16,7 @@ data:
|
|||||||
"type":"bridge",
|
"type":"bridge",
|
||||||
"bridge":"kube-bridge",
|
"bridge":"kube-bridge",
|
||||||
"isDefaultGateway":true,
|
"isDefaultGateway":true,
|
||||||
|
"forceAddress":true,
|
||||||
"ipam":{
|
"ipam":{
|
||||||
"type":"host-local"
|
"type":"host-local"
|
||||||
}
|
}
|
||||||
|
@ -16,6 +16,7 @@ data:
|
|||||||
"type":"bridge",
|
"type":"bridge",
|
||||||
"bridge":"kube-bridge",
|
"bridge":"kube-bridge",
|
||||||
"isDefaultGateway":true,
|
"isDefaultGateway":true,
|
||||||
|
"forceAddress":true,
|
||||||
"ipam":{
|
"ipam":{
|
||||||
"type":"host-local"
|
"type":"host-local"
|
||||||
}
|
}
|
||||||
|
@ -16,6 +16,7 @@ data:
|
|||||||
"type":"bridge",
|
"type":"bridge",
|
||||||
"bridge":"kube-bridge",
|
"bridge":"kube-bridge",
|
||||||
"isDefaultGateway":true,
|
"isDefaultGateway":true,
|
||||||
|
"forceAddress":true,
|
||||||
"ipam":{
|
"ipam":{
|
||||||
"type":"host-local"
|
"type":"host-local"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user