I am trying to add a new Edge node to my Cribl Cloud instance. I click on the Add/Update Edge Node and get the script. The docker instance installs but when it goes to run the Edge instance, it errors out.
Server:Ubuntu 22.04.3 LTS (GNU/Linux 5.2.0 x86_64)
Install:docker run -d --privileged -e "CRIBL_DIST_MASTER_URL=tls://{token}@{instance}.cribl.cloud:4200?group=default_fleet" -e "CRIBL_DIST_MODE=managed-edge" -e "CRIBL_EDGE=1" -p 9420:9420 -v "/:/hostfs:ro" --restart unless-stopped --name "cribl-edge" cribl/cribl:latest
Unable to find image 'cribl/cribl:latest' locally
latest: Pulling from cribl/cribl
edaedc954fb5: Pull complete
f83a34600de3: Pull complete
94a7ecdae25d: Pull complete
995bcc02c181: Pull complete
b0adc0627ec2: Pull complete
Digest: sha256:8879de72b7cd95715e938d7828dd6adb0e5869fe893cfe1612cd520e0746bf46
Status: Downloaded newer image for cribl/cribl:latest
db13a2d0f898bca6a983e62458d736f573819b825b19fe1f78da1bfb4e107ac8
Error Message:docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error setting cgroup config for procHooks process: resulting devices cgroup doesn't match target mode: unknown.
Contain List:docker container list -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
db13a2d0f898 cribl/cribl:latest "/sbin/entrypoint.sh…" 21 minutes ago Created 0.0.0.0:9420->9420/tcp, :::9420->9420/tcp cribl-edge
Thoughts?