Skip to content
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

Experiencing issues when deploying on Redhat #19

Open
maxherbinet opened this issue Sep 7, 2022 · 1 comment
Open

Experiencing issues when deploying on Redhat #19

maxherbinet opened this issue Sep 7, 2022 · 1 comment

Comments

@maxherbinet
Copy link

maxherbinet commented Sep 7, 2022

Hello,

I've been deploying CE in the past on Ubuntu without issues.

Today, for a customer using Redhat8, we are facing 3 issues:
- during podman-compose pull stage:
$CORE_TAG and $UI_TAG are not handled well and resulting in:
podman pull index.docker.io/
Error: invalid reference format

it should be something like: index.docker.io/netskopetechnicalalliances/xxxxxxxxxx-latest
I've hardcoded this value to workaround

- during podman run stage:
2 containers are showing following:
error during container init: error setting cgroup config for procHooks process: cannot set memory limit: container could not join or create cgroup

I've tried to remove memory limits in podman compose and it somehow solves temporary this error... not sure how dirty this is

- during podman run stage for CE_core container:
CE_core_container is failing with error: Error: statfs /run/docker.sock: no such file or directory

I've done my best to follow documentation specific for RHEL8.
Partner ask. Ping me internally if needed.

Maxime

@maxherbinet
Copy link
Author

apparently this is due to setup script no doing its job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant