Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

# Kata Containers 0.3.0 #324

Merged
merged 1 commit into from
May 18, 2018
Merged

Conversation

jcvenegas
Copy link
Member

  • cli :Implement events command
  • docs: update README to include links to user guides
  • versions: Update versions file.
  • build: default to using qemu-lite-x86_64
  • versions: Add gometalinter to versions database
  • kata-env: Remove static agent version
  • virtcontainers/qemu: reduce memory footprint

1205e34 cli: implement events command
f1f534c vendor: update agent
b9c9ad9 docs: update README to include links to user guides
5b4ab7d versions: Update cri-containerd version.
4bfa8f8 versions: Add default initrd information
646e752 versions: Change kernel data.
1382662 build: default to using qemu-lite-x86_64
a0b1083 versions: Add gometalinter to versions database
80bedb0 kata-env: Remove static agent version
4527a80 virtcontainers/qemu: honour CPU constrains
07db945 virtcontainers/qemu: reduce memory footprint

- cli :Implement events command
- docs: update README to include links to user guides
- versions: Update versions file.
- build: default to using qemu-lite-x86_64
- versions: Add gometalinter to versions database
- kata-env: Remove static agent version
- virtcontainers/qemu: reduce memory footprint

1205e34 cli: implement events command
f1f534c vendor: update agent
b9c9ad9 docs: update README to include links to user guides
5b4ab7d versions: Update cri-containerd version.
4bfa8f8 versions: Add default initrd information
646e752 versions: Change kernel data.
1382662 build: default to using qemu-lite-x86_64
a0b1083 versions: Add gometalinter to versions database
80bedb0 kata-env: Remove static agent version
4527a80 virtcontainers/qemu: honour CPU constrains
07db945 virtcontainers/qemu: reduce memory footprint

Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
@codecov
Copy link

codecov bot commented May 18, 2018

Codecov Report

Merging #324 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #324   +/-   ##
=======================================
  Coverage   63.87%   63.87%           
=======================================
  Files          87       87           
  Lines        8620     8620           
=======================================
  Hits         5506     5506           
  Misses       2530     2530           
  Partials      584      584

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update be82c7f...6ebda37. Read the comment docs.

Copy link

@devimc devimc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@devimc devimc merged commit 2245e67 into kata-containers:master May 18, 2018
@jcvenegas jcvenegas deleted the 0.3.0-branch branch January 18, 2019 17:15
zklei pushed a commit to zklei/runtime that referenced this pull request Jun 13, 2019
Run containers that use vsock as communication channel inside VMs
(nested environments) randomly fails with following error:

```
Stderr: docker: Error response from daemon: OCI runtime create failed:
Failed to check if grpc server is working: context deadline exceeded: unknown.
```

Sometimes the connection with the container's vsock is slow because of
kata-runtime disables modern (don't rely on fast MMIO) on some devices
including vsocks. This issue can be fixed by increasing the dial timeout.

fixes kata-containers#324

Signed-off-by: Julio Montes <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants