-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Failed to run cri-o 1.20 on Ubuntu 18.04 #4574
Comments
can you try to run |
Thanks, it works. Maybe it should be mentioned in the documentation?
|
we should really fix this in the package itself, it isn't too hard to auto-detect, and not worth end-user time/energy :) |
thanks for the report @Drakkai |
An easy rule would be kernel >= 4.19 or kernel = 4.18.0 (EL 8.x) |
One of the painful part is that ubuntu (18.04) has different kernel versions in the cloud than in normal images. |
on the other hand, you can of course keep it for some nameless poor soul to learn about how to troubleshoot low level storage issues between CRI and Kubernetes API :) |
it's all a learning experience 😄 |
thank you for this experience ) |
Summary: metacopy breaks cri-o ubuntu 18.04 with the current releases. I'm not really sure what's wrong there but it's not possible to even create a pod with this setting enabled and current releases of cri-o. The following github issues describe the issue: cri-o/cri-o#5104 cri-o/cri-o#4574 Differential Revision: D29924175 fbshipit-source-id: b5c0375098766df8c5b71a9fe106fdd1d6133575
A friendly reminder that this issue had no activity for 30 days. |
I think autodetecting ended up being more tricky than expected |
A friendly reminder that this issue had no activity for 30 days. |
Closing this issue since it had no activity in the past 90 days. |
Description
I tried to install kubernetes 1.20.2 using kubespray based on cri-o and Ubuntu 18.04. Unfortunately, the installation ended with an error starting crio.service. So I tried to install cri-o on a fresh system, but without success - I am not able to run cri-o version 1.20 on Ubuntu 18.04. I installed it according to the instructions on the website https://cri-o.io/. I get the same error for version 1.19.
Steps to reproduce the issue:
Describe the results you received:
Validating root config: failed to get store to set defaults: failed to mount overlay for metacopy check with \"nodev,metacopy=on\" options: invalid argument
Describe the results you expected:
Run crio.service without problem.
Additional information you deem important (e.g. issue happens only occasionally):
Output of
crio --version
:Additional environment details (AWS, VirtualBox, physical, etc.):
Ubuntu 18.04 on Hyper-V
The text was updated successfully, but these errors were encountered: