mirror of https://github.com/kubernetes/kops.git
update calico version to version 3.4.0
This commit is contained in:
parent
7af77bb79c
commit
b14c014ac3
|
|
@ -192,7 +192,7 @@ spec:
|
||||||
# container programs network policy and routes on each
|
# container programs network policy and routes on each
|
||||||
# host.
|
# host.
|
||||||
- name: calico-node
|
- name: calico-node
|
||||||
image: quay.io/calico/node:v3.3.1
|
image: quay.io/calico/node:v3.4.0
|
||||||
env:
|
env:
|
||||||
# The location of the Calico etcd cluster.
|
# The location of the Calico etcd cluster.
|
||||||
- name: ETCD_ENDPOINTS
|
- name: ETCD_ENDPOINTS
|
||||||
|
|
@ -301,7 +301,7 @@ spec:
|
||||||
# This container installs the Calico CNI binaries
|
# This container installs the Calico CNI binaries
|
||||||
# and CNI network config file on each node.
|
# and CNI network config file on each node.
|
||||||
- name: install-cni
|
- name: install-cni
|
||||||
image: quay.io/calico/cni:v3.3.1
|
image: quay.io/calico/cni:v3.4.0
|
||||||
command: ["/install-cni.sh"]
|
command: ["/install-cni.sh"]
|
||||||
env:
|
env:
|
||||||
# Name of the CNI config file to create.
|
# Name of the CNI config file to create.
|
||||||
|
|
@ -439,7 +439,7 @@ spec:
|
||||||
serviceAccountName: calico-kube-controllers
|
serviceAccountName: calico-kube-controllers
|
||||||
containers:
|
containers:
|
||||||
- name: calico-kube-controllers
|
- name: calico-kube-controllers
|
||||||
image: quay.io/calico/kube-controllers:v3.3.1
|
image: quay.io/calico/kube-controllers:v3.4.0
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
|
|
@ -597,7 +597,7 @@ spec:
|
||||||
command: ['/bin/sh', '-c', '/completion-job.sh']
|
command: ['/bin/sh', '-c', '/completion-job.sh']
|
||||||
env:
|
env:
|
||||||
- name: EXPECTED_NODE_IMAGE
|
- name: EXPECTED_NODE_IMAGE
|
||||||
value: quay.io/calico/node:v3.3.1
|
value: quay.io/calico/node:v3.4.0
|
||||||
# The location of the Calico etcd cluster.
|
# The location of the Calico etcd cluster.
|
||||||
- name: CALICO_ETCD_ENDPOINTS
|
- name: CALICO_ETCD_ENDPOINTS
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
|
|
||||||
|
|
@ -645,7 +645,7 @@ func (b *BootstrapChannelBuilder) buildManifest() (*channelsapi.Addons, map[stri
|
||||||
"pre-k8s-1.6": "2.4.2-kops.1",
|
"pre-k8s-1.6": "2.4.2-kops.1",
|
||||||
"k8s-1.6": "2.6.9-kops.1",
|
"k8s-1.6": "2.6.9-kops.1",
|
||||||
"k8s-1.7": "2.6.9-kops.1",
|
"k8s-1.7": "2.6.9-kops.1",
|
||||||
"k8s-1.7-v3": "3.3.1-kops.3",
|
"k8s-1.7-v3": "3.4.0-kops.3",
|
||||||
}
|
}
|
||||||
|
|
||||||
if b.cluster.Spec.Networking.Calico.MajorVersion == "v3" {
|
if b.cluster.Spec.Networking.Calico.MajorVersion == "v3" {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue