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

Commit 8df14e3

Browse files
author
Patrick Baxter
committed
update release guides
Even though it makes sense to only bump the quickstart guides after we have cut a bootkube release, the conformance scripts use the quickstart guide by overwriting the bootkube container image to use but not the kubelet version. Lets make this change and accept that the quickstart guides will have a temporary version skew between updating hyperkube and releasing the image, but the the person doing the release via the conformance scripts will at least run the correct host hyperkube.
1 parent 079b0b8 commit 8df14e3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

RELEASING.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
- Update on-host kubelet versions (`KUBELET_VERSION`)
1212
- hack/multi-node/user-data.sample
1313
- hack/single-node/user-data.sample
14+
- hack/quickstart/kubelet.master
15+
- hack/quickstart/kubelet.worker
1416

1517
### Update conformance test k8s version
1618

@@ -59,11 +61,6 @@ PUSH_IMAGE=true ./build/build-image.sh
5961

6062
Note: the quickstart guides use the release images, so we should not update them until after building/pushing new release.
6163

62-
Update on-host kubelet version (`KUBELET_VERSION`)
63-
64-
- hack/quickstart/kubelet.master
65-
- hack/quickstart/kubelet.worker
66-
6764
Update the bootkube image version (to latest release)
6865

6966
- hack/quickstart/init-master.sh (`BOOTKUBE_VERSION`)

0 commit comments

Comments
 (0)