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:
Lucas Servén Marín 2020-02-10 16:04:32 +01:00
parent 63987713dd
commit a6afc3247d
No known key found for this signature in database
GPG Key ID: 586FEAF680DA74AD
4 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,7 @@ data:
"type":"bridge",
"bridge":"kube-bridge",
"isDefaultGateway":true,
"forceAddress":true,
"ipam":{
"type":"host-local"
}

View File

@ -16,6 +16,7 @@ data:
"type":"bridge",
"bridge":"kube-bridge",
"isDefaultGateway":true,
"forceAddress":true,
"ipam":{
"type":"host-local"
}

View File

@ -16,6 +16,7 @@ data:
"type":"bridge",
"bridge":"kube-bridge",
"isDefaultGateway":true,
"forceAddress":true,
"ipam":{
"type":"host-local"
}

View File

@ -16,6 +16,7 @@ data:
"type":"bridge",
"bridge":"kube-bridge",
"isDefaultGateway":true,
"forceAddress":true,
"ipam":{
"type":"host-local"
}