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

Update Ubuntu ami to latest version #10195

Merged
merged 2 commits into from
Nov 12, 2020

Conversation

moshevayner
Copy link
Member

Following @olemarkus's comment on issue #10184, I noticed that ubuntu has a more recent version to their AMI.
This update is for alpha channel, within a week or so we can push it to stable if everything's good.

$ aws ec2 describe-images --region us-east-1 --output table \
>     --owners 099720109477 \
>     --query "sort_by(Images, &CreationDate)[*].[CreationDate,Name,ImageId]" \
>     --filters "Name=name,Values=ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-*"
-------------------------------------------------------------------------------------------------------------------------
|                                                    DescribeImages                                                     |
+--------------------------+------------------------------------------------------------------+-------------------------+
|  2020-04-23T11:35:02.000Z|  ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20200423  |  ami-068663a3c619dd892  |
|  2020-05-29T01:38:58.000Z|  ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20200528  |  ami-0e2512bd9da751ea8  |
|  2020-06-10T01:14:00.000Z|  ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20200609  |  ami-02ae530dacc099fc9  |
|  2020-06-26T16:09:27.000Z|  ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20200625  |  ami-0c40fbd26b9ac0da9  |
|  2020-07-02T03:19:54.000Z|  ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20200701  |  ami-04e7b4117bb0488e4  |
|  2020-07-16T19:18:04.000Z|  ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20200716  |  ami-0d57c0143330e1fa7  |
|  2020-07-21T00:35:15.000Z|  ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20200720  |  ami-06c8ff16263f3db59  |
|  2020-07-30T15:39:28.000Z|  ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20200729  |  ami-0758470213bdd23b1  |
|  2020-08-18T17:26:37.000Z|  ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20200817  |  ami-05cf2c352da0bfb2e  |
|  2020-09-04T22:45:42.000Z|  ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20200903  |  ami-03f6f0014076ab3c5  |
|  2020-09-08T00:55:25.000Z|  ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20200907  |  ami-0dba2cb6798deb6d8  |
|  2020-09-17T16:23:49.000Z|  ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20200916  |  ami-030bb5fda5f7e1896  |
|  2020-09-25T01:16:05.000Z|  ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20200924  |  ami-0c43b23f011ba5061  |
|  2020-10-14T16:38:23.000Z|  ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20201014  |  ami-07bfe0a3ec9dfcffa  |
|  2020-10-27T01:01:48.000Z|  ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20201026  |  ami-0885b1f6bd170450c  |
+--------------------------+------------------------------------------------------------------+-------------------------+

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Nov 8, 2020
@hakman
Copy link
Member

hakman commented Nov 8, 2020

@MoShitrit I checked and the only image available in AWS GovCloud and AWS China is the 20201014 one. Let's keep the current one for another 2-3 weeks and see if things change there, or we add some separate logic for those.
https://cloud-images.ubuntu.com/locator/ec2/

@moshevayner
Copy link
Member Author

/hold

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Nov 8, 2020
@hakman
Copy link
Member

hakman commented Nov 8, 2020

Thanks :)

@moshevayner
Copy link
Member Author

moshevayner commented Nov 12, 2020

@hakman I just take another look at the website you sent and seems like the 20201026 release is now available everywhere, so we should be good to move forward with this, right?

@hakman
Copy link
Member

hakman commented Nov 12, 2020

Totally agree. Please add it to stable also. I already tested and works well.

@moshevayner
Copy link
Member Author

/hold cancel

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Nov 12, 2020
@hakman
Copy link
Member

hakman commented Nov 12, 2020

Thanks @MoShitrit .
/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Nov 12, 2020
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: hakman, MoShitrit

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 Nov 12, 2020
@k8s-ci-robot k8s-ci-robot merged commit 0db65a8 into kubernetes:master Nov 12, 2020
@k8s-ci-robot k8s-ci-robot added this to the v1.20 milestone Nov 12, 2020
@moshevayner moshevayner deleted the update-ubuntu-ami-version branch November 12, 2020 20:35
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. area/channels 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/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants