-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Add support for Ubuntu 20.04 #5835
Comments
I did some tests on this, as of a8a05a Ubuntu 20.04 support requires Ansible 2.8 and then fails because no packages available for 20.04 on https://download.docker.com/linux/ubuntu/dists/ yet. After bypassing those things, deploy worked fine. So I think that once the packages are available we can go ahead and add Ubuntu 20.04 and bump Ansible requirement to 2.8. It will probably land in v2.14. Related to #4778 Depends on docker/for-linux#940 and docker/docker-ce-packaging#443 |
Also worth checking: rancher/rancher#26783 |
@Miouge1 it looks like Docker has been released for Ubuntu 20.04 |
Docker 19.03.9 is released, with packages for Ubuntu Focal Fossa. |
thank you @StefanScherer! @claudiubelu as you can see on https://download.docker.com/linux/ubuntu/dists/focal/pool/stable/amd64/ at first only containerd package was available, only since last night is the docker-ce package for Ubuntu 20.04 released ;) I'm working on a PR to add Ubuntu 20.04 support with appropriate CI in #6157. |
I'v installed kubespray to Ubuntu 20.04. |
Hello. Sorry, why was I tagged in the first place? :) |
Was able to install on Ubuntu 20.04 today as well using Kubespray using the new Docker packages and changing python-minimal to python2-minimal in bootstrap-os. Did not yet check the resolve config. |
Pods for "coredns" couldn't start with this error in logs: |
@kiaplayer If you copy the file |
As @k8s-ci-robot mentioned Ubuntu 20.04 support is merged in master. In addition to the coredns loop error, there are a couple of other things that can come up depending on your environment:
|
Hello Maxime (@Miouge1) You say this as if there might be an alternative way to configure the networking (when using Ubuntu/20.04) such that it does not require IPVS. If this is true, I'd appreciate the hint. -- i tried this with no luck: ubuntu20.04 instances on private openstack kube_version: v1.18.5 and also with no kube_network_plugin (ie calico) thanks for any tips/pointers/advice - i'm trying to keep one on-prem cluster at close to the bleeding edge as practical
|
@hornpolish You can switch from You probably found this already, but leaving this comment for anyone else who comes across it. |
Thanks @JackTiber -- i had kinda shelved it and went back to 18.04 which worked for me. i will give it a go next time i repave a cluster. i have a gaggle of throw-away desktops that this will be perfect for. |
What did you change to use the new docker packages? |
The documentation still says that it does not support 20.04. |
@felipecrs that page is not updated as quickly as the README.md of Kubespray repo. |
What would you like to be added:
Add support for Ubuntu 20.04
Why is this needed:
Ubuntu 20.04 will be the next LTS version of Ubuntu
The text was updated successfully, but these errors were encountered: