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

Commit 2813c97

Browse files
authored
Merge pull request #809 from aaronlevy/v1.5.2
Kubernetes v1.5.2
2 parents 2944dff + f814d4a commit 2813c97

14 files changed

+29
-29
lines changed

Documentation/configure-kubectl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Download `kubectl` from the Kubernetes release artifact site with the `curl` too
1515
The linux `kubectl` binary can be fetched with a command like:
1616

1717
```sh
18-
$ curl -O https://storage.googleapis.com/kubernetes-release/release/v1.5.1/bin/linux/amd64/kubectl
18+
$ curl -O https://storage.googleapis.com/kubernetes-release/release/v1.5.2/bin/linux/amd64/kubectl
1919
```
2020

2121
On an OS X workstation, replace `linux` in the URL above with `darwin`:
2222

2323
```sh
24-
$ curl -O https://storage.googleapis.com/kubernetes-release/release/v1.5.1/bin/darwin/amd64/kubectl
24+
$ curl -O https://storage.googleapis.com/kubernetes-release/release/v1.5.2/bin/darwin/amd64/kubectl
2525
```
2626

2727
After downloading the binary, ensure it is executable and move it into your `PATH`:

Documentation/deploy-addons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ spec:
142142
143143
*Note:* The above YAML definition is based on the upstream DNS addon in the [Kubernetes addon folder][k8s-dns-addon].
144144
145-
[k8s-dns-addon]: https://github.com/kubernetes/kubernetes/tree/v1.5.1/cluster/addons/dns
145+
[k8s-dns-addon]: https://github.com/kubernetes/kubernetes/tree/v1.5.2/cluster/addons/dns
146146
147147
This single YAML file is actually creating 2 different Kubernetes objects, separated by `---`.
148148

Documentation/deploy-master.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Note that the kubelet running on a master node may log repeated attempts to post
123123

124124
* Replace `${ADVERTISE_IP}` with this node's publicly routable IP.
125125
* Replace `${DNS_SERVICE_IP}`
126-
* Replace `${K8S_VER}` This will map to: `quay.io/coreos/hyperkube:${K8S_VER}` release, e.g. `v1.5.1_coreos.0`.
126+
* Replace `${K8S_VER}` This will map to: `quay.io/coreos/hyperkube:${K8S_VER}` release, e.g. `v1.5.2_coreos.0`.
127127
* If using Calico for network policy
128128
- Replace `${NETWORK_PLUGIN}` with `cni`
129129
- Add the following to `RKT_OPS=`
@@ -194,7 +194,7 @@ spec:
194194
hostNetwork: true
195195
containers:
196196
- name: kube-apiserver
197-
image: quay.io/coreos/hyperkube:v1.5.1_coreos.0
197+
image: quay.io/coreos/hyperkube:v1.5.2_coreos.0
198198
command:
199199
- /hyperkube
200200
- apiserver
@@ -261,7 +261,7 @@ spec:
261261
hostNetwork: true
262262
containers:
263263
- name: kube-proxy
264-
image: quay.io/coreos/hyperkube:v1.5.1_coreos.0
264+
image: quay.io/coreos/hyperkube:v1.5.2_coreos.0
265265
command:
266266
- /hyperkube
267267
- proxy
@@ -300,7 +300,7 @@ spec:
300300
hostNetwork: true
301301
containers:
302302
- name: kube-controller-manager
303-
image: quay.io/coreos/hyperkube:v1.5.1_coreos.0
303+
image: quay.io/coreos/hyperkube:v1.5.2_coreos.0
304304
command:
305305
- /hyperkube
306306
- controller-manager
@@ -353,7 +353,7 @@ spec:
353353
hostNetwork: true
354354
containers:
355355
- name: kube-scheduler
356-
image: quay.io/coreos/hyperkube:v1.5.1_coreos.0
356+
image: quay.io/coreos/hyperkube:v1.5.2_coreos.0
357357
command:
358358
- /hyperkube
359359
- scheduler
@@ -641,7 +641,7 @@ A successful response should look something like:
641641
{
642642
"major": "1",
643643
"minor": "4",
644-
"gitVersion": "v1.5.1+coreos.0",
644+
"gitVersion": "v1.5.2+coreos.0",
645645
"gitCommit": "ec2b52fabadf824a42b66b6729fe4cff2c62af8c",
646646
"gitTreeState": "clean",
647647
"buildDate": "2016-11-14T19:42:00Z",

Documentation/deploy-workers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Create `/etc/systemd/system/kubelet.service` and substitute the following variab
105105
* Replace `${MASTER_HOST}`
106106
* Replace `${ADVERTISE_IP}` with this node's publicly routable IP.
107107
* Replace `${DNS_SERVICE_IP}`
108-
* Replace `${K8S_VER}` This will map to: `quay.io/coreos/hyperkube:${K8S_VER}` release, e.g. `v1.5.1_coreos.0`.
108+
* Replace `${K8S_VER}` This will map to: `quay.io/coreos/hyperkube:${K8S_VER}` release, e.g. `v1.5.2_coreos.0`.
109109
* If using Calico for network policy
110110
- Replace `${NETWORK_PLUGIN}` with `cni`
111111
- Add the following to `RKT_OPS=`
@@ -173,7 +173,7 @@ spec:
173173
hostNetwork: true
174174
containers:
175175
- name: kube-proxy
176-
image: quay.io/coreos/hyperkube:v1.5.1_coreos.0
176+
image: quay.io/coreos/hyperkube:v1.5.2_coreos.0
177177
command:
178178
- /hyperkube
179179
- proxy

Documentation/kubelet-wrapper.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ An example systemd kubelet.service file which takes advantage of the kubelet-wra
1919

2020
```ini
2121
[Service]
22-
Environment=KUBELET_VERSION=v1.5.1_coreos.0
22+
Environment=KUBELET_VERSION=v1.5.2_coreos.0
2323
Environment="RKT_OPTS=--uuid-file-save=/var/run/kubelet-pod.uuid"
2424
ExecStartPre=-/usr/bin/rkt rm --uuid-file=/var/run/kubelet-pod.uuid
2525
ExecStart=/usr/lib/coreos/kubelet-wrapper \
@@ -40,7 +40,7 @@ Mount the host's `/etc/resolv.conf` file directly into the container in order to
4040

4141
```ini
4242
[Service]
43-
Environment=KUBELET_VERSION=v1.5.1_coreos.0
43+
Environment=KUBELET_VERSION=v1.5.2_coreos.0
4444
Environment="RKT_OPTS=--volume=resolv,kind=host,source=/etc/resolv.conf \
4545
--mount volume=resolv,target=/etc/resolv.conf \
4646
--uuid-file-save=/var/run/kubelet-pod.uuid"
@@ -58,7 +58,7 @@ Pods running in your cluster can reference remote storage volumes located on an
5858

5959
```ini
6060
[Service]
61-
Environment=KUBELET_VERSION=v1.5.1_coreos.0
61+
Environment=KUBELET_VERSION=v1.5.2_coreos.0
6262
Environment="RKT_OPTS=--volume iscsiadm,kind=host,source=/usr/sbin/iscsiadm \
6363
--mount volume=iscsiadm,target=/usr/sbin/iscsiadm \
6464
--uuid-file-save=/var/run/kubelet-pod.uuid"
@@ -76,7 +76,7 @@ Pods using the [rbd volume plugin][rbd-example] to consume data from ceph must e
7676

7777
```ini
7878
[Service]
79-
Environment=KUBELET_VERSION=v1.5.1_coreos.0
79+
Environment=KUBELET_VERSION=v1.5.2_coreos.0
8080
Environment="RKT_OPTS=--volume modprobe,kind=host,source=/usr/sbin/modprobe \
8181
--mount volume=modprobe,target=/usr/sbin/modprobe \
8282
--volume lib-modules,kind=host,source=/lib/modules \
@@ -100,7 +100,7 @@ For example:
100100

101101
```ini
102102
[Service]
103-
Environment=KUBELET_VERSION=v1.5.1_coreos.0
103+
Environment=KUBELET_VERSION=v1.5.2_coreos.0
104104
...
105105
ExecStart=/opt/bin/kubelet-wrapper \
106106
--api-servers=http://127.0.0.1:8080 \

Documentation/kubernetes-on-vagrant-single.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ Navigate to the [Vagrant downloads page][vagrant-downloads] and grab the appropr
1919
The linux `kubectl` binary can be fetched with a command like:
2020

2121
```sh
22-
$ curl -O https://storage.googleapis.com/kubernetes-release/release/v1.5.1/bin/linux/amd64/kubectl
22+
$ curl -O https://storage.googleapis.com/kubernetes-release/release/v1.5.2/bin/linux/amd64/kubectl
2323
```
2424

2525
On an OS X workstation, replace `linux` in the URL above with `darwin`:
2626

2727
```sh
28-
$ curl -O https://storage.googleapis.com/kubernetes-release/release/v1.5.1/bin/darwin/amd64/kubectl
28+
$ curl -O https://storage.googleapis.com/kubernetes-release/release/v1.5.2/bin/darwin/amd64/kubectl
2929
```
3030

3131
After downloading the binary, ensure it is executable and move it into your PATH:

Documentation/kubernetes-on-vagrant.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ Navigate to the [Vagrant downloads page][vagrant-downloads] and grab the appropr
1818
The linux `kubectl` binary can be fetched with a command like:
1919

2020
```sh
21-
$ curl -O https://storage.googleapis.com/kubernetes-release/release/v1.5.1/bin/linux/amd64/kubectl
21+
$ curl -O https://storage.googleapis.com/kubernetes-release/release/v1.5.2/bin/linux/amd64/kubectl
2222
```
2323

2424
On an OS X workstation, replace `linux` in the URL above with `darwin`:
2525

2626
```sh
27-
$ curl -O https://storage.googleapis.com/kubernetes-release/release/v1.5.1/bin/darwin/amd64/kubectl
27+
$ curl -O https://storage.googleapis.com/kubernetes-release/release/v1.5.2/bin/darwin/amd64/kubectl
2828
```
2929

3030
After downloading the binary, ensure it is executable and move it into your PATH:

Documentation/kubernetes-upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For example, modifying the `KUBELET_VERSION` environment variable in the followi
1515
**/etc/systemd/system/kubelet.service**
1616

1717
```
18-
Environment=KUBELET_VERSION=v1.5.1_coreos.0
18+
Environment=KUBELET_VERSION=v1.5.2_coreos.0
1919
ExecStart=/usr/lib/coreos/kubelet-wrapper \
2020
--api-servers=https://master [...]
2121
```

contrib/bump-version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
if [ $# -ne 1 ] || [ `expr $1 : ".*_.*"` == 0 ]; then
88
echo "USAGE: $0 <target-version>"
9-
echo " example: $0 'v1.5.1_coreos.0'"
9+
echo " example: $0 'v1.5.2_coreos.0'"
1010
exit 1
1111
fi
1212

13-
CURRENT_VERSION=${CURRENT_VERSION:-"v1.5.1_coreos.0"}
13+
CURRENT_VERSION=${CURRENT_VERSION:-"v1.5.2_coreos.0"}
1414
TARGET_VERSION=${1}
1515

1616
CURRENT_VERSION_BASE=${CURRENT_VERSION%%_*}

contrib/conformance-test.sh

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

44
CHECK_NODE_COUNT=${CHECK_NODE_COUNT:-true}
55
CONFORMANCE_REPO=${CONFORMANCE_REPO:-github.com/coreos/kubernetes}
6-
CONFORMANCE_VERSION=${CONFORMANCE_VERSION:-v1.5.1+coreos.0}
6+
CONFORMANCE_VERSION=${CONFORMANCE_VERSION:-v1.5.2+coreos.0}
77
SSH_OPTS=${SSH_OPTS:-}
88

99
usage() {

0 commit comments

Comments
 (0)