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

Commit db833d4

Browse files
authored
Merge pull request #173 from aaronlevy/qs-v1.4.5
Bump quickstart to use bootkube v0.2.4 & k8s v1.4.5
2 parents 95519c5 + 885fdc0 commit db833d4

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.2.2
10+
BOOTKUBE_VERSION=v0.2.4
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.4.3_coreos.0
7+
Environment=KUBELET_VERSION=v1.4.5_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.4.3_coreos.0
7+
Environment=KUBELET_VERSION=v1.4.5_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)