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
starting a service with dependent in an agent, both containers are up, but there are 3 networks. The one that was created with the dependent should be removed after the parent is up. The code for removing the old network never got executed.
starting a service with dependent with hzn dev service start , both containers are up. 2 networks. But missing the network bridge between the parent and child. The one that was created with the dependent should be removed after the parent is up.
In service retry case, stop the dependent service, it then was brought up. But
Feb 23 20:21:05 lingvs4 anax[618861]: E0223 20:21:05.238312 618861 container.go:1702] Failed to restore the network connection with the parents for service anaxsquad_lingPodmanDep1_0.0.1_d67d9faa-1316-40ee-bfa6-07a1e58597ec. original network not found
The text was updated successfully, but these errors were encountered:
linggao
changed the title
Bridge network not created for 'hzn dev service start' with podman engine
Some networks not created or removed with podman engine
Feb 24, 2021
In podman case, there are two cases:
hzn dev service start
, both containers are up. 2 networks. But missing the network bridge between the parent and child. The one that was created with the dependent should be removed after the parent is up.The text was updated successfully, but these errors were encountered: