This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 373
api: add FetchSandbox and sandbox.Release API #217
Comments
bergwolf
added a commit
to bergwolf/kata-runtime
that referenced
this issue
Apr 16, 2018
It disconnects the agent connection and removes the sandbox from global sandbox list. A new option `LongLiveConn` is also added to kata agent's configuration. When set, the API caller is expected to call sandbox.Release() to drop the agent connection explicitly. Fixes: kata-containers#217 Signed-off-by: Peng Tao <[email protected]>
bergwolf
added a commit
to bergwolf/kata-runtime
that referenced
this issue
Apr 16, 2018
It disconnects the agent connection and removes the sandbox from global sandbox list. A new option `LongLiveConn` is also added to kata agent's configuration. When set, the API caller is expected to call sandbox.Release() to drop the agent connection explicitly. Fixes: kata-containers#217 Signed-off-by: Peng Tao <[email protected]>
bergwolf
added a commit
to bergwolf/kata-runtime
that referenced
this issue
Apr 16, 2018
It disconnects the agent connection and removes the sandbox from global sandbox list. A new option `LongLiveConn` is also added to kata agent's configuration. When set, the API caller is expected to call sandbox.Release() to drop the agent connection explicitly. Fixes: kata-containers#217 Signed-off-by: Peng Tao <[email protected]>
bergwolf
added a commit
to bergwolf/kata-runtime
that referenced
this issue
Apr 16, 2018
It disconnects the agent connection and removes the sandbox from global sandbox list. A new option `LongLiveConn` is also added to kata agent's configuration. When set, the API caller is expected to call sandbox.Release() to drop the agent connection explicitly. Fixes: kata-containers#217 Signed-off-by: Peng Tao <[email protected]>
bergwolf
added a commit
to bergwolf/kata-runtime
that referenced
this issue
Apr 16, 2018
It disconnects the agent connection and removes the sandbox from global sandbox list. A new option `LongLiveConn` is also added to kata agent's configuration. When set, the API caller is expected to call sandbox.Release() to drop the agent connection explicitly. Fixes: kata-containers#217 Signed-off-by: Peng Tao <[email protected]>
bergwolf
added a commit
to bergwolf/kata-runtime
that referenced
this issue
Apr 18, 2018
It disconnects the agent connection and removes the sandbox from global sandbox list. A new option `LongLiveConn` is also added to kata agent's configuration. When set, the API caller is expected to call sandbox.Release() to drop the agent connection explicitly. `proxyBuiltIn` is moved out of agent state because we can always retrieve it from sandbox config instead. Fixes: kata-containers#217 Signed-off-by: Peng Tao <[email protected]>
bergwolf
added a commit
to bergwolf/kata-runtime
that referenced
this issue
Apr 18, 2018
It disconnects the agent connection and removes the sandbox from global sandbox list. A new option `LongLiveConn` is also added to kata agent's configuration. When set, the API caller is expected to call sandbox.Release() to drop the agent connection explicitly. `proxyBuiltIn` is moved out of agent state because we can always retrieve it from sandbox config instead. Fixes: kata-containers#217 Signed-off-by: Peng Tao <[email protected]>
bergwolf
added a commit
to bergwolf/kata-runtime
that referenced
this issue
Apr 18, 2018
It disconnects the agent connection and removes the sandbox from global sandbox list. A new option `LongLiveConn` is also added to kata agent's configuration. When set, the API caller is expected to call sandbox.Release() to drop the agent connection explicitly. `proxyBuiltIn` is moved out of agent state because we can always retrieve it from sandbox config instead. Fixes: kata-containers#217 Signed-off-by: Peng Tao <[email protected]>
bergwolf
added a commit
to bergwolf/kata-runtime
that referenced
this issue
Apr 18, 2018
It disconnects the agent connection and removes the sandbox from global sandbox list. A new option `LongLiveConn` is also added to kata agent's configuration. When set, the API caller is expected to call sandbox.Release() to drop the agent connection explicitly. `proxyBuiltIn` is moved out of agent state because we can always retrieve it from sandbox config instead. Fixes: kata-containers#217 Signed-off-by: Peng Tao <[email protected]>
bergwolf
added a commit
to bergwolf/kata-runtime
that referenced
this issue
Apr 20, 2018
It disconnects the agent connection and removes the sandbox from global sandbox list. A new option `LongLiveConn` is also added to kata agent's configuration. When set, the API caller is expected to call sandbox.Release() to drop the agent connection explicitly. `proxyBuiltIn` is moved out of agent state because we can always retrieve it from sandbox config instead. Fixes: kata-containers#217 Signed-off-by: Peng Tao <[email protected]>
bergwolf
added a commit
to bergwolf/kata-runtime
that referenced
this issue
Apr 20, 2018
It disconnects the agent connection and removes the sandbox from global sandbox list. A new option `LongLiveConn` is also added to kata agent's configuration. When set, the API caller is expected to call sandbox.Release() to drop the agent connection explicitly. `proxyBuiltIn` is moved out of agent state because we can always retrieve it from sandbox config instead. Fixes: kata-containers#217 Signed-off-by: Peng Tao <[email protected]>
bergwolf
added a commit
to bergwolf/kata-runtime
that referenced
this issue
Apr 20, 2018
It disconnects the agent connection and removes the sandbox from global sandbox list. A new option `LongLiveConn` is also added to kata agent's configuration. When set, the API caller is expected to call sandbox.Release() to drop the agent connection explicitly. `proxyBuiltIn` is moved out of agent state because we can always retrieve it from sandbox config instead. Fixes: kata-containers#217 Signed-off-by: Peng Tao <[email protected]>
bergwolf
added a commit
to bergwolf/kata-runtime
that referenced
this issue
Apr 24, 2018
It disconnects the agent connection and removes the sandbox from global sandbox list. A new option `LongLiveConn` is also added to kata agent's configuration. When set, the API caller is expected to call sandbox.Release() to drop the agent connection explicitly. `proxyBuiltIn` is moved out of agent state because we can always retrieve it from sandbox config instead. Fixes: kata-containers#217 Signed-off-by: Peng Tao <[email protected]>
zklei
pushed a commit
to zklei/runtime
that referenced
this issue
Jun 13, 2019
uevent: Fix netlink error while assigning pid in netlink client
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As part of the new kata library API, add
FetchSandbox
andsandbox.Release()
. They would work in pair to allow a caller to get and release a sandbox structure.The text was updated successfully, but these errors were encountered: