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 was archived by the owner on May 12, 2021. It is now read-only.
When integrated kata into other container runtime such as Frakti using its API,
if the sandbox release api is called to disassociate the sandbox, the kataBuiltInProxy will
be closed and will stop the watching of vm's console. Once try to associate with the sandbox by
calling FetchSandbox api, it will lose the vm's console watching.
Expected result
Once the sandbox is fetched and restored, the kataBuiltInProxy will be restarted to
monitor the vm's console.