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

Commit 37ae79c

Browse files
authored
bump to 1.10.2 (#970)
1 parent e8573cb commit 37ae79c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

hack/multi-node/user-data.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ coreos:
99
[Service]
1010
EnvironmentFile=/etc/environment
1111
Environment=KUBELET_IMAGE_URL=docker://k8s.gcr.io/hyperkube
12-
Environment=KUBELET_IMAGE_TAG=v1.10.1
12+
Environment=KUBELET_IMAGE_TAG=v1.10.2
1313
Environment="RKT_RUN_ARGS=--uuid-file-save=/var/cache/kubelet-pod.uuid \
1414
--volume var-lib-cni,kind=host,source=/var/lib/cni \
1515
--volume var-lib-kubelet,kind=host,source=/var/lib/kubelet \

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=docker://k8s.gcr.io/hyperkube
3-
Environment=KUBELET_IMAGE_TAG=v1.10.1
3+
Environment=KUBELET_IMAGE_TAG=v1.10.2
44
Environment=KUBELET_MINIMUM_CONTAINER_TTL_DURATION=3m0s
55
Environment=KUBELET_MAXIMUM_DEAD_CONTAINERS=-1
66
Environment=KUBELET_MAXIMUM_DEAD_CONTAINERS_PER_CONTAINER=1

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=docker://k8s.gcr.io/hyperkube
3-
Environment=KUBELET_IMAGE_TAG=v1.10.1
3+
Environment=KUBELET_IMAGE_TAG=v1.10.2
44
Environment=KUBELET_MINIMUM_CONTAINER_TTL_DURATION=3m0s
55
Environment=KUBELET_MAXIMUM_DEAD_CONTAINERS=-1
66
Environment=KUBELET_MAXIMUM_DEAD_CONTAINERS_PER_CONTAINER=1

hack/single-node/user-data.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ coreos:
99
[Service]
1010
EnvironmentFile=/etc/environment
1111
Environment=KUBELET_IMAGE_URL=docker://k8s.gcr.io/hyperkube
12-
Environment=KUBELET_IMAGE_TAG=v1.10.1
12+
Environment=KUBELET_IMAGE_TAG=v1.10.2
1313
Environment="RKT_RUN_ARGS=--uuid-file-save=/var/cache/kubelet-pod.uuid \
1414
--volume var-lib-cni,kind=host,source=/var/lib/cni \
1515
--volume var-lib-kubelet,kind=host,source=/var/lib/kubelet \

hack/tests/conformance-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euo pipefail
33

44
CONFORMANCE_REPO=${CONFORMANCE_REPO:-github.com/kubernetes/kubernetes}
5-
CONFORMANCE_VERSION=${CONFORMANCE_VERSION:-v1.10.1}
5+
CONFORMANCE_VERSION=${CONFORMANCE_VERSION:-v1.10.2}
66

77
usage() {
88
echo "USAGE:"

pkg/asset/images.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var DefaultImages = ImageVersions{
77
FlannelCNI: "quay.io/coreos/flannel-cni:v0.3.0",
88
Calico: "quay.io/calico/node:v3.0.3",
99
CalicoCNI: "quay.io/calico/cni:v2.0.0",
10-
Hyperkube: "k8s.gcr.io/hyperkube:v1.10.1",
10+
Hyperkube: "k8s.gcr.io/hyperkube:v1.10.2",
1111
KubeDNS: "k8s.gcr.io/k8s-dns-kube-dns-amd64:1.14.9",
1212
KubeDNSMasq: "k8s.gcr.io/k8s-dns-dnsmasq-nanny-amd64:1.14.9",
1313
KubeDNSSidecar: "k8s.gcr.io/k8s-dns-sidecar-amd64:1.14.9",

0 commit comments

Comments
 (0)