Closed frgomes closed 2 years ago
Should be fixed in v2.12.0
@frgomes is this resolved?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Summary
I'm trying to install k3s rootless on Debian 11 and I've stumbled on a situation which suggests that requirements applicable to CentOS are being checked against a Debian distribution.
Issue Type
Steps to Reproduce
Distribution: Debian 11
Expected Result
I would expect that the requirements would be met on Debian 11.
Actual Result
The installation complains that requirements have not been met.
A quick investigation on the code pointed out to the condition which I've commented out as shown below. After commenting out this condition, the installation is able to go ahead.
I've found this answer on StackOverflow which condenses pretty well various distributions and their corresponding requirements. It's clearly based on the documentation on rootless containers, but it is put together in a way which is visually easier to understand.