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

In release 1.0.54 container image bind Garnet on 127.0.0.1 instead 0.0.0.0 #993

Open
rnz opened this issue Feb 4, 2025 · 4 comments
Open

Comments

@rnz
Copy link

rnz commented Feb 4, 2025

Describe the bug

In release 1.0.54 container image bind Garnet on 127.0.0.1 instead 0.0.0.0

Steps to reproduce the bug

docker/podman pull
docker/podman run

Expected behavior

garnet in container bind on 0.0.0.0

Screenshots

No response

Release version

v1.0.54

IDE

No response

OS version

No response

Additional context

No response

@md-owes
Copy link

md-owes commented Feb 4, 2025

I was wondering since last 4 hours as to why it was happening on my system. As i have done a full upgrade of my Arch Linux, which also updated docker desktop resulting in updating of all docker images including garnet, hence i was confused as to which upgrade might have caused it. I already searched through all issues in this repo but could not find anything relatable. After scratching my head with continuous prompts on chatgpt, deepseek etc which still could not help finding the root cause. Now accidentally refreshed issues page of this repo and your message flashes. Thank you for creating this issue as it would have taken me another few hours after which i would have evetually created this issue.

@badrishc
Copy link
Contributor

badrishc commented Feb 4, 2025

This seems to be a regression from #944 - @PaulusParssinen

It is on latest in main after this PR, not in the last released version (1.0.54).

@badrishc
Copy link
Contributor

badrishc commented Feb 4, 2025

It seems to be an issue only in the latest docker, not the released version. You can access 1.0.54 here: https://github.com/microsoft/garnet/pkgs/container/garnet/346713800?tag=1.0.54

@md-owes
Copy link

md-owes commented Feb 4, 2025

for now, i fixed it by adding args property to my garnet-deployment.yaml file as shown below

command: ["/app/GarnetServer"]
args: ["--bind", "0.0.0.0"]

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

3 participants