-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: support for pods #7
Comments
You can install catatonit from ports:
This is based on my port of catatonit which you can find at https://github.com/dfr/catatonit. |
Possibly we should add catatonit as a dependency of either podman-suite or podman. |
Thanks @dfr I'd say it should be added alright as I totally missed you could get it from ports so someone else probably will Keeping this open as I want to run the yaml tests and capture them here |
I'll add this to the podman-suite port when I update the podman ports next. In the meantime, after manually installing catatonit, pods should work for you - I use them locally with podman and Kubernetes |
podman pod create
andpodman play kube mem.yaml
fails withcatatonit can be found here: https://github.com/openSUSE/catatonit An intial review shows there are a couple of linuxisms in there:
prctl.h
which may be changable forprocctl.h
in freebsd.signalfd.h
may need replacing with kqueue implementation.Also reviewed the older initrs https://github.com/cyphar/initrs but it has the same dependencies on signalfd.
There may be other items once this issue is resolved but this is what I have discovered so far.
kube mem.yaml
The text was updated successfully, but these errors were encountered: