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

Commit 8047338

Browse files
committed
hack/quickstart: bump to bootkube v0.3.11 & k8s v1.5.4
1 parent a1bcf5f commit 8047338

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
@@ -8,7 +8,7 @@ IDENT=${IDENT:-${HOME}/.ssh/id_rsa}
88
SSH_OPTS=${SSH_OPTS:-}
99

1010
BOOTKUBE_REPO=${BOOTKUBE_REPO:-quay.io/coreos/bootkube}
11-
BOOTKUBE_VERSION=${BOOTKUBE_VERSION:-v0.3.9}
11+
BOOTKUBE_VERSION=${BOOTKUBE_VERSION:-v0.3.11}
1212

1313
function usage() {
1414
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)