mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 21:59:09 -05:00
[GH-ISSUE #1546] Unable to start gerbil with podman #3893
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Froggy232 on GitHub (Sep 26, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1546
Hi,
I try to deploy Pangolin with podman and quadlet files, but gerbil fail to launch, it tell me :
INFO: 2025/09/26 16:34:31 Fetching remote config from http://127.0.0.1:3001/api/v1/gerbil/get-config ERROR: 2025/09/26 16:34:31 Error fetching remote config http://127.0.0.1:3001/api/v1/gerbil/get-config: Post "http://127.0.0.1:3001/api/v1/gerbil/get-config": dial tcp 127.0.0.1:3001: connect: connection refused ERROR: 2025/09/26 16:34:31 Failed to load configuration: Post "http://127.0.0.1:3001/api/v1/gerbil/get-config": dial tcp 127.0.0.1:3001: connect: connection refusedMy quadlet files are here :
Does somebody already achieved to deploy pangolin with podman, without the installer? Could someone help me?
Thanks you a lot!
@hhftechnology commented on GitHub (Sep 28, 2025):
use app rather than localhost.
test it with
podman pod-internal DNS will resolve that.
that should fix the issue
If you are deploying local, then you don't need gerbil
@Froggy232 commented on GitHub (Sep 28, 2025):
Thanks you so much, it has solved the problem and I have learned something that will be very useful for other containers too, thanks you a lot.
Have a nice day!