You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an issue in running rootless podman with cgroupv2. No issue if using cgroupv1.
My objective of using cgroupv2 is to get the podman stats.
My setup is as follows:
unix account used to run the rootless podman:
name: romih_podman
UID: 1024
shell: nologin
How the container is run:
using sudo systemctl start/stop systemd-unit-name.service
Error: /app/romih/app/_TEMP_app_rev_proxy_pod.yaml: unable to create pod cgroup for pod 7e32ab8d150f3c758496a191e0b86c47f601f83744d0101674acc5d33b68451d: error creating cgroup user.slice/user-libpod_pod_7e32ab8d150f3c758496a191e0b86c47f601f83744d0101674acc5d33b68451d.slice: dial unix /run/user/1024: connect: connection refused
Apr 10 13:57:38 RHELVM systemd[1]: app_rev_proxy_pod.service: Failed with result 'protocol'.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I encountered an issue in running rootless podman with cgroupv2. No issue if using cgroupv1.
My objective of using cgroupv2 is to get the podman stats.
My setup is as follows:
romih_podman
sudo systemctl start/stop systemd-unit-name.service
podman play kube
to launch the pod. here is the kube yaml file and here is the configmap file.delegate.conf
override.conf
Issue/Error message:
Output:
here
OS: RHEL 8.7
podman info:
Beta Was this translation helpful? Give feedback.
All reactions