Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish update AMIs into the alpha channel #8361

Merged
merged 1 commit into from
Jan 17, 2020

Conversation

justinsb
Copy link
Member

* Add 1.16, 1.17 images with correct docker versions (cf
  kubernetes-sigs/image-builder#127)

* Regular package updates on other stretch images
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jan 17, 2020
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: justinsb

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 17, 2020
@rifelpet
Copy link
Member

@justinsb do you know if these have the more recent kernel version that addresses #8224 ?

@justinsb
Copy link
Member Author

I do think we should try to adopt buster as default - I assume in 1.18, though we could still change the default for 1.17. There was the iptables blocker but I think that is now fixed. Assuming I can get it working for 1.18 (and it has the fixes) I can also build for 1.17 at the same time (I think).

--

These images are the default debian stretch kernel; the kernel package is:

> dpkg -l | grep linux-image
ii  linux-image-4.9.0-11-amd64     4.9.189-3+deb9u2                  amd64        Linux 4.9 for 64-bit PCs
ii  linux-image-amd64              4.9+80+deb9u9                     amd64        Linux for 64-bit PCs (meta-package)
> uname -rvm
4.9.0-11-amd64 #1 SMP Debian 4.9.189-3+deb9u2 (2019-11-11) x86_64

That kernel does seem to have http://patchwork.ozlabs.org/patch/1032812/, but does not have http://patchwork.ozlabs.org/patch/937963/ AFAICT.


I peeked at buster, I think it will have the latest LTS kernel which is 4.19: https://packages.debian.org/buster/linux-image-amd64

Right now it looks like it'll be 4.19.67-2+deb10u2

Downloading the source package it seems to have both http://patchwork.ozlabs.org/patch/937963/ and http://patchwork.ozlabs.org/patch/1032812/ ... so that's good.

I think the best strategy here is to keep using the stock kernels for both stretch and buster, and just get the buster images going asap.


There is a backports repository, so we could install even newer kernels from there in a more-supported way but without having to build them; we may pick up new bugs though so I'm wary to do this.

@rifelpet
Copy link
Member

great, thanks for the investigation. I agree with the proposed strategy
/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 17, 2020
@k8s-ci-robot k8s-ci-robot merged commit 967a957 into kubernetes:master Jan 17, 2020
@k8s-ci-robot k8s-ci-robot added this to the v1.18 milestone Jan 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants