mirror of https://github.com/kubernetes/kops.git
Calico 2.0.2 released
This commit is contained in:
parent
5c960e15fc
commit
34c278e07f
|
|
@ -77,7 +77,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: calico/node:v1.0.1
|
image: calico/node:v1.0.2
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
|
|
@ -116,7 +116,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: calico/cni:v1.5.5
|
image: calico/cni:v1.5.6
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
|
|
@ -237,7 +237,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
# Writes basic configuration to datastore.
|
# Writes basic configuration to datastore.
|
||||||
- name: configure-calico
|
- name: configure-calico
|
||||||
image: calico/ctl:v1.0.1
|
image: calico/ctl:v1.0.2
|
||||||
args:
|
args:
|
||||||
- apply
|
- apply
|
||||||
- -f
|
- -f
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue