This repository was archived by the owner on Jul 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 99 [Service]
1010 EnvironmentFile=/etc/environment
1111 Environment=KUBELET_IMAGE_URL=quay.io/coreos/hyperkube
12- Environment=KUBELET_IMAGE_TAG=v1.5.3_coreos .0
12+ Environment=KUBELET_IMAGE_TAG=v1.5.4_coreos .0
1313 Environment="RKT_RUN_ARGS=--uuid-file-save=/var/run/kubelet-pod.uuid \
1414 --volume var-lib-cni,kind=host,source=/var/lib/cni \
1515 --mount volume=var-lib-cni,target=/var/lib/cni"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ coreos:
1717 [Service]
1818 EnvironmentFile=/etc/environment
1919 Environment=KUBELET_IMAGE_URL=quay.io/coreos/hyperkube
20- Environment=KUBELET_IMAGE_TAG=v1.5.3_coreos .0
20+ Environment=KUBELET_IMAGE_TAG=v1.5.4_coreos .0
2121 Environment="RKT_RUN_ARGS=--uuid-file-save=/var/run/kubelet-pod.uuid \
2222 --volume var-lib-cni,kind=host,source=/var/lib/cni \
2323 --mount volume=var-lib-cni,target=/var/lib/cni"
Original file line number Diff line number Diff line change 22set -euo pipefail
33
44CONFORMANCE_REPO=${CONFORMANCE_REPO:- github.com/ coreos/ kubernetes}
5- CONFORMANCE_VERSION=${CONFORMANCE_VERSION:- v1.5.3 +coreos.0}
5+ CONFORMANCE_VERSION=${CONFORMANCE_VERSION:- v1.5.4 +coreos.0}
66
77usage () {
88 echo " USAGE:"
Original file line number Diff line number Diff line change 5050 spec:
5151 containers:
5252 - name: kubelet
53- image: quay.io/coreos/hyperkube:v1.5.3_coreos .0
53+ image: quay.io/coreos/hyperkube:v1.5.4_coreos .0
5454 command:
5555 - ./hyperkube
5656 - kubelet
@@ -147,7 +147,7 @@ spec:
147147 hostNetwork: true
148148 containers:
149149 - name: kube-apiserver
150- image: quay.io/coreos/hyperkube:v1.5.3_coreos .0
150+ image: quay.io/coreos/hyperkube:v1.5.4_coreos .0
151151 command:
152152 - /usr/bin/flock
153153 - --exclusive
@@ -291,7 +291,7 @@ spec:
291291 master: "true"
292292 containers:
293293 - name: kube-controller-manager
294- image: quay.io/coreos/hyperkube:v1.5.3_coreos .0
294+ image: quay.io/coreos/hyperkube:v1.5.4_coreos .0
295295 command:
296296 - ./hyperkube
297297 - controller-manager
@@ -347,7 +347,7 @@ spec:
347347 master: "true"
348348 containers:
349349 - name: kube-scheduler
350- image: quay.io/coreos/hyperkube:v1.5.3_coreos .0
350+ image: quay.io/coreos/hyperkube:v1.5.4_coreos .0
351351 command:
352352 - ./hyperkube
353353 - scheduler
@@ -380,7 +380,7 @@ spec:
380380 hostNetwork: true
381381 containers:
382382 - name: kube-proxy
383- image: quay.io/coreos/hyperkube:v1.5.3_coreos .0
383+ image: quay.io/coreos/hyperkube:v1.5.4_coreos .0
384384 command:
385385 - /hyperkube
386386 - proxy
You can’t perform that action at this time.
0 commit comments