mirror of https://github.com/kubernetes/kops.git
bump calico version in bootstrap channel, so that kops will apply calico portmap compatibility to existing clusters
This commit is contained in:
parent
73ac4ca809
commit
c443bb2c1d
|
@ -377,7 +377,7 @@ func (b *BootstrapChannelBuilder) buildManifest() (*channelsapi.Addons, map[stri
|
|||
|
||||
if b.cluster.Spec.Networking.Calico != nil {
|
||||
key := "networking.projectcalico.org"
|
||||
version := "2.4.1"
|
||||
version := "2.4.1-kops.1"
|
||||
|
||||
{
|
||||
location := key + "/pre-k8s-1.6.yaml"
|
||||
|
|
Loading…
Reference in New Issue