-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Automated cherry pick of #8727: Add support for Ubuntu 20.04 (Focal) #8925
Automated cherry pick of #8727: Add support for Ubuntu 20.04 (Focal) #8925
Conversation
Would it be possible to include support for 19.10 also? |
@hogepodge usually we don't support non-LTS versions of Ubuntu. |
The new Calico eBPF dataplane is being developed and tested against 19.10, which has a supported kernel. I could see how things are working with 20.04 though. |
Ah, that makes sense. I read the requirements for the tech preview. |
I tried to bring am Ubuntu 20.04 cluster up, using a nightly build, on AWS using the kops/master branch. nodeup fails, saying it found an unknown version of Debian. |
@hogepodge that is because it probably uses an old version of NodeUp. By nightly build I guess you mean you built it yourself?
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
If there's still interest in 19.10 support, I think we can address that in a later PR. thanks @hakman 😎 |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: geojaz, hakman 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 |
Thanks @geojaz :) |
@hogepodge I checked that latest Kops releases can create a cluster with Ubuntu 20.04 and the bundled Calico v3.13.3. I hope that works ok for the eBPF dataplane also. |
Cherry pick of #8727 on release-1.16.
#8727: Add support for Ubuntu 20.04 (Focal)
For details on the cherry pick process, see the cherry pick requests page.