Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit 079b0b8

Browse files
author
Patrick Baxter
committed
hack/quickstart: bump hyperkube to v1.5.3
1 parent 6a4eb30 commit 079b0b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/quickstart/kubelet.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Service]
22
Environment=KUBELET_ACI=quay.io/coreos/hyperkube
3-
Environment=KUBELET_VERSION=v1.5.2_coreos.2
3+
Environment=KUBELET_VERSION=v1.5.3_coreos.0
44
Environment="RKT_OPTS=\
55
--volume etc-resolv,kind=host,source=/etc/resolv.conf --mount volume=etc-resolv,target=/etc/resolv.conf \
66
--volume var-lib-cni,kind=host,source=/var/lib/cni --mount volume=var-lib-cni,target=/var/lib/cni"

hack/quickstart/kubelet.worker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Service]
22
Environment=KUBELET_ACI=quay.io/coreos/hyperkube
3-
Environment=KUBELET_VERSION=v1.5.2_coreos.2
3+
Environment=KUBELET_VERSION=v1.5.3_coreos.0
44
Environment="RKT_OPTS=\
55
--volume etc-resolv,kind=host,source=/etc/resolv.conf --mount volume=etc-resolv,target=/etc/resolv.conf \
66
--volume var-lib-cni,kind=host,source=/var/lib/cni --mount volume=var-lib-cni,target=/var/lib/cni"

0 commit comments

Comments
 (0)