You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And creates the following failure mode when dev-reconcile-loop is used:
Error: invalid IP address in add-host: "host-gateway"
Currently playing with what would be valid arguments for podman runtime. It ties into qontract-server makefile as well, since that runs the server with direct port bindings. Maybe both using an expected podman network would be a preferable solution, although it looks like the argument isn't needed at all when running in podman, or the --network host argument can be used.
The text was updated successfully, but these errors were encountered:
The Makefile includes automatic use of podman, but includes an option that is not accepted by podman.
https://github.com/app-sre/qontract-reconcile/blob/master/Makefile#L68
This argument is not valid for podman:
And creates the following failure mode when
dev-reconcile-loop
is used:Currently playing with what would be valid arguments for podman runtime. It ties into qontract-server makefile as well, since that runs the server with direct port bindings. Maybe both using an expected podman network would be a preferable solution, although it looks like the argument isn't needed at all when running in podman, or the
--network host
argument can be used.The text was updated successfully, but these errors were encountered: