-
Notifications
You must be signed in to change notification settings - Fork 12
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
Adding ip/route to a container network does not take effect until after reboot #375
Comments
Turns out to have been caused by multiple cooperating bugs:
|
13 tasks
troglobit
added a commit
that referenced
this issue
Apr 3, 2024
Patches in queue for upcoming v4.8 release of Finit fixes: - initctl touch does not respect -n flag, returning error - initctl touch does not support template services Related to issue #375 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
troglobit
added a commit
that referenced
this issue
Apr 3, 2024
Fixes issues with logger not exiting gracefully on signals (at all) and busy-looping on stale FIFO. Related to issue #375 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
troglobit
added a commit
that referenced
this issue
Apr 3, 2024
On any change to a container network interface we should schedule a restart of the container to activate the changes. This code triggers also at boot, when applying the whole startup-config, which initctl handles by queuing any create/touch events for services. This patch depends on the two previous commtis backporing fixes to Finit's initctl tool and an upgrade of the k8s-logger. Fixes #375 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
troglobit
added a commit
that referenced
this issue
Apr 3, 2024
On any change to a container network interface we should schedule a restart of the container to activate the changes. This code triggers also at boot, when applying the whole startup-config, which initctl handles by queuing any create/touch events for services. This patch depends on the two previous commtis backporing fixes to Finit's initctl tool and an upgrade of the k8s-logger. Fixes #375 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
troglobit
added a commit
that referenced
this issue
Apr 3, 2024
Patches in queue for upcoming v4.8 release of Finit fixes: - initctl touch does not respect -n flag, returning error - initctl touch does not support template services Related to issue #375 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
troglobit
added a commit
that referenced
this issue
Apr 3, 2024
Fixes issues with logger not exiting gracefully on signals (at all) and busy-looping on stale FIFO. Related to issue #375 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related to issue #366, adding address and/or route to a container network does not take effect after reboot, or manual stop/start of the container.
To reproduce:
veth1a
, as acontainer-network
network interface veth1a
to containerLeave and save configuration. The container now runs with renamed
veth1a
interface inside the container.veth1a
container-network
, e.g., 0.0.0.0 via 192.168.1.1Leave and save configuration. The container still has no IP address or route set.
The text was updated successfully, but these errors were encountered: