-
Notifications
You must be signed in to change notification settings - Fork 551
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
Comments
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. |
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). |
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 |
for now, i fixed it by adding args property to my garnet-deployment.yaml file as shown below
|
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
The text was updated successfully, but these errors were encountered: