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

Commit 03a43a5

Browse files
authored
Merge pull request #374 from aaronlevy/qs-1.5.4
hack/quickstart: bump to bootkube v0.3.11 & k8s v1.5.4
2 parents 1569770 + 8047338 commit 03a43a5

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.9}
12+
BOOTKUBE_VERSION=${BOOTKUBE_VERSION:-v0.3.11}
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.3_coreos.0
3+
Environment=KUBELET_IMAGE_TAG=v1.5.4_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.3_coreos.0
3+
Environment=KUBELET_IMAGE_TAG=v1.5.4_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)