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

Commit 77b232c

Browse files
author
Patrick Baxter
committed
hack/quickstart: bootkube v0.3.13 and kubelet v1.5.6
1 parent 23dfa99 commit 77b232c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

hack/quickstart/init-master.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SSH_OPTS=${SSH_OPTS:-}
99
SELF_HOST_ETCD=${SELF_HOST_ETCD:-false}
1010

1111
BOOTKUBE_REPO=${BOOTKUBE_REPO:-quay.io/coreos/bootkube}
12-
BOOTKUBE_VERSION=${BOOTKUBE_VERSION:-v0.3.12}
12+
BOOTKUBE_VERSION=${BOOTKUBE_VERSION:-v0.3.13}
1313

1414
function usage() {
1515
echo "USAGE:"

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_IMAGE_URL=quay.io/coreos/hyperkube
3-
Environment=KUBELET_IMAGE_TAG=v1.5.5_coreos.0
3+
Environment=KUBELET_IMAGE_TAG=v1.5.6_coreos.0
44
Environment="RKT_RUN_ARGS=\
55
--uuid-file-save=/var/run/kubelet-pod.uuid \
66
--volume etc-resolv,kind=host,source=/etc/resolv.conf --mount volume=etc-resolv,target=/etc/resolv.conf \

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_IMAGE_URL=quay.io/coreos/hyperkube
3-
Environment=KUBELET_IMAGE_TAG=v1.5.5_coreos.0
3+
Environment=KUBELET_IMAGE_TAG=v1.5.6_coreos.0
44
Environment="RKT_RUN_ARGS=\
55
--uuid-file-save=/var/run/kubelet-pod.uuid \
66
--volume etc-resolv,kind=host,source=/etc/resolv.conf --mount volume=etc-resolv,target=/etc/resolv.conf \

0 commit comments

Comments
 (0)