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

Commit 7e85e0a

Browse files
authored
Merge pull request #155 from aaronlevy/quickstart-update
Bump quickstart hyperkube + bootkube image versions
2 parents 9775343 + 4d4638b commit 7e85e0a

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
@@ -7,7 +7,7 @@ CLUSTER_DIR=${CLUSTER_DIR:-cluster}
77
IDENT=${IDENT:-${HOME}/.ssh/id_rsa}
88

99
BOOTKUBE_REPO=quay.io/coreos/bootkube
10-
BOOTKUBE_VERSION=v0.1.4
10+
BOOTKUBE_VERSION=v0.2.1
1111

1212
function usage() {
1313
echo "USAGE:"

hack/quickstart/kubelet.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ After=docker.service etcd2.service flanneld.service
44

55
[Service]
66
Environment=KUBELET_ACI=quay.io/coreos/hyperkube
7-
Environment=KUBELET_VERSION=v1.3.7_coreos.0
7+
Environment=KUBELET_VERSION=v1.4.1_coreos.0
88
Environment="RKT_OPTS=--volume etc-resolv,kind=host,source=/etc/resolv.conf --mount volume=etc-resolv,target=/etc/resolv.conf"
99
EnvironmentFile=/etc/environment
1010

hack/quickstart/kubelet.worker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ After=docker.service flanneld.service
44

55
[Service]
66
Environment=KUBELET_ACI=quay.io/coreos/hyperkube
7-
Environment=KUBELET_VERSION=v1.3.7_coreos.0
7+
Environment=KUBELET_VERSION=v1.4.1_coreos.0
88
Environment="RKT_OPTS=--volume etc-resolv,kind=host,source=/etc/resolv.conf --mount volume=etc-resolv,target=/etc/resolv.conf"
99
EnvironmentFile=/etc/environment
1010

0 commit comments

Comments
 (0)