This repository was archived by the owner on May 12, 2021. It is now read-only.
# Kata Containers 1.8.0_alpha0#1769
Closed
katabuilder wants to merge 1 commit intokata-containers:masterfrom
Closed
# Kata Containers 1.8.0_alpha0#1769katabuilder wants to merge 1 commit intokata-containers:masterfrom
katabuilder wants to merge 1 commit intokata-containers:masterfrom
Conversation
- fc-toml: remove proxy section in config - virtcontainers: support vm factory in QEMU 4 - docs: Fix spelling and formatting - runtime: Enable file based backend - runtime : delete redundant code in CreateContainer - data/kata-collect-data: support kata containers snap - shimv2: Improve shim shutdown logic - Fix the issue that ctrl-c stop vmcache server will stop all containers that its VM is created by it - virtcontainers: kill hypervisor if startSandbox fails - data: Revert pull request kata-containers#1405 - nemu: update nemu version - versions: Update cri-containerd yaml - shimv2: remove use containerd ns as netns - fix the issue of hypervisor process is killed by kubelet - ci: Build kata-runtime before running static checks - virtcontainers: Set test qemu version for unit test - shim v2: Close vhostfd after vm get vhostfd - Add missing docs - agent: fix agent debug console - virtcontainers: Set correct Shmsize for ppc64le - nemu-config: Add machine_type to config file - katautils: don't mask systemd units - Add virtiofsd log and fix qemu hang due to virtiofsd vq setup failure - versions: Update golang to 1.11.10 - kata_proxy: Open a special goroutine do cmd.Wait - versions: Update CRI-O version to 1.14.1 - network: delete IP addrs on bridge model to prevent ARP conflict bbe5584 fc-toml: remove proxy section in config b780c16 virtcontainers: support vm factory in QEMU 4 bdae295 runtime : delete redundant code in CreateContainer 1af68aa docs: Fix spelling and formatting eabfd99 shimv2: Improve shim shutdown logic a41894d runtime: Enable file based backend 722ac5a nemu-config: fix nemu for ci 590ed09 vendor: update gogo/protobuf, containerd and agent vendors 7bf6c67 cache: Call vm.Disconnect() when close vm 19115ef kata_proxy: Set Setsid to true when exec kata-proxy 82e51d4 data: Revert pull request kata-containers#1405 f301c95 shimv2: shutdown the sandbox when sandbox container exited d6b3bff shimv2: remove use containerd ns as netns 0d535f5 shimv2: kill a container return directly once the container termianted 19288aa data/kata-collect-data: support kata containers snap 0d98e24 ci: Build kata-runtime before running static checks 5e1f5ca shimv2: fix the issue of passing the wrong container id f7cc028 vc:Execute TestQemuPPC64leMemoryTopology depending on qemu version 7381cd5 agent: fix agent debug console b203fdb versions: Update cri-containerd yaml 6be5e5f nemu-config: Add machine_type to config file 1789b65 virtcontainers: Set correct Shmsize for ppc64le d66d855 katautils: don't mask systemd units 89e0dfa qemu: stop qemu process when virtiofsd quits d0aae80 qemu: print virtiofsd logs when debug is on c22b15d versions: Update golang to 1.11.10 f89834a virtcontainers: avoid unnecessary error checking in startVM a27a3e7 virtcontainers: kill hypervisor if startSandbox fails 5d527d7 versions: Update CRI-O version to 1.14.1 071030b shimv2: Close vhostfd after vm get vhostfd da2749c docs: Add missing docs 1563263 docs: Simplify link bdb1047 network: delete IP addrs on bridge model to prevent ARP conflict 00d03c1 kata_proxy: Open a special goroutine do cmd.Wait Signed-off-by: katacontainersbot <katacontainersbot@gmail.com>
Contributor
|
/test |
Codecov Report
@@ Coverage Diff @@
## master #1769 +/- ##
==========================================
+ Coverage 53.93% 53.96% +0.03%
==========================================
Files 106 106
Lines 13126 13174 +48
==========================================
+ Hits 7080 7110 +30
- Misses 5202 5215 +13
- Partials 844 849 +5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
bbe5584 fc-toml: remove proxy section in config
b780c16 virtcontainers: support vm factory in QEMU 4
bdae295 runtime : delete redundant code in CreateContainer
1af68aa docs: Fix spelling and formatting
eabfd99 shimv2: Improve shim shutdown logic
a41894d runtime: Enable file based backend
722ac5a nemu-config: fix nemu for ci
590ed09 vendor: update gogo/protobuf, containerd and agent vendors
7bf6c67 cache: Call vm.Disconnect() when close vm
19115ef kata_proxy: Set Setsid to true when exec kata-proxy
82e51d4 data: Revert pull request #1405
f301c95 shimv2: shutdown the sandbox when sandbox container exited
d6b3bff shimv2: remove use containerd ns as netns
0d535f5 shimv2: kill a container return directly once the container termianted
19288aa data/kata-collect-data: support kata containers snap
0d98e24 ci: Build kata-runtime before running static checks
5e1f5ca shimv2: fix the issue of passing the wrong container id
f7cc028 vc:Execute TestQemuPPC64leMemoryTopology depending on qemu version
7381cd5 agent: fix agent debug console
b203fdb versions: Update cri-containerd yaml
6be5e5f nemu-config: Add machine_type to config file
1789b65 virtcontainers: Set correct Shmsize for ppc64le
d66d855 katautils: don't mask systemd units
89e0dfa qemu: stop qemu process when virtiofsd quits
d0aae80 qemu: print virtiofsd logs when debug is on
c22b15d versions: Update golang to 1.11.10
f89834a virtcontainers: avoid unnecessary error checking in startVM
a27a3e7 virtcontainers: kill hypervisor if startSandbox fails
5d527d7 versions: Update CRI-O version to 1.14.1
071030b shimv2: Close vhostfd after vm get vhostfd
da2749c docs: Add missing docs
1563263 docs: Simplify link
bdb1047 network: delete IP addrs on bridge model to prevent ARP conflict
00d03c1 kata_proxy: Open a special goroutine do cmd.Wait