mirror of https://github.com/kubernetes/kops.git
bumping Calico versions to 2.0.1
This commit is contained in:
parent
5f0964c4b3
commit
51c585bd54
|
@ -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: quay.io/calico/node:v1.0.0
|
image: calico/node:v1.0.1
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
|
@ -189,7 +189,7 @@ spec:
|
||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
containers:
|
containers:
|
||||||
- name: calico-policy-controller
|
- name: calico-policy-controller
|
||||||
image: calico/kube-policy-controller:v0.5.1
|
image: calico/kube-policy-controller:v0.5.2
|
||||||
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.0
|
image: calico/ctl:v1.0.1
|
||||||
args:
|
args:
|
||||||
- apply
|
- apply
|
||||||
- -f
|
- -f
|
||||||
|
|
Loading…
Reference in New Issue