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
{{ message }}
This repository has been archived by the owner on May 12, 2021. It is now read-only.
Commit 97d280e breaks vm factory creation because it skips setting sandbox netns path but then we will need to always create a new vm in the specified netns.
The text was updated successfully, but these errors were encountered:
bergwolf
added a commit
to bergwolf/kata-runtime
that referenced
this issue
Aug 31, 2018
For vm factory, we also need netns to be set otherwise we fail to
create new VMs in `s.network.run`.
Fixes: kata-containers#681
Signed-off-by: Peng Tao <[email protected]>
For vm factory, we also need netns to be set otherwise we fail to
create new VMs in `s.network.run`.
Fixes: kata-containers#681
Signed-off-by: Peng Tao <[email protected]>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Commit 97d280e breaks vm factory creation because it skips setting sandbox netns path but then we will need to always create a new vm in the specified netns.
The text was updated successfully, but these errors were encountered: