-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Enable running containers with Podman #4421
Conversation
Need a later version than the one provided by crio. So use separate installations, one for each program.
We need this podman setting, as long as we're running from rootfs. no_pivot_root = true Note that building uses a different way, an environment variable. export BUILDAH_NOPIVOT=true
Static linking doesn't work with the systemd cgroup manager. The latest docker package now uses the standard runc program.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: afbjorklund 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 |
@minikube-bot OK to test |
PR looks good, but needs a better title for our release notes. |
Hopefully this title is better ? Also reopened the issue, that got closed prematurely. |
Planning to upgrade from 1.3.1 to 1.4.1, but want to get this landed first. Maybe the |
Running containers with
sudo podman
did not work properly.The CNI version used for crio is too old, so it fails to load from podman (PR Upgrade CNI config version to 0.3.0 #4410)Closes #4406