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

release: 3.0.5 #751

Merged
merged 1 commit into from
Oct 23, 2017
Merged

release: 3.0.5 #751

merged 1 commit into from
Oct 23, 2017

Conversation

jcvenegas
Copy link
Contributor

@jcvenegas jcvenegas commented Oct 23, 2017

Release 3.0.5

Changes

  • vendor: Vendor virtcontainers 1.0.4
  • Docs: Update Installation Guide for Ubuntu
  • Install doc fixes

Shortlog

3a894b9 vendor: Pull virtcontainers QMP logger fix
e8f982e create: Fix unit test for new runtime spec
f984bb5 vendor: Vendor virtcontainers 1.0.4 in
5ee5c28 Docs: Update Installation Guide for Ubuntu
a63ce62 docs: Simplify wording in install docs
aeae914 docs: Fix indent in Fedora and Ubuntu install docs
6b24bcf docs: Run all ubuntu install commands non-interactively
6c6df5b docs: Fix syntax error in here document
ee298cc docs: install docs should all specify busybox image

Compatibility with Docker

Clear Containers 3.0.5 is compatible with Docker v17.09-ce

OCI Runtime Specification

Clear Containers 3.0.5 support the OCI Runtime Specification v1.0.0-rc5

Clear Linux Containers image

Clear Containers 3.0.5 requires at least Clear Linux containers image 18400

Clear Linux Containers Kernel

Clear Containers 3.0.5 requires at least Clear Linux Containers kernel v4.9.54-78.container

Installation

Issues & limitations

Networking

Adding networks dynamically

Resource management

docker run --cpus=

See issue #341 for more information.

docker run --kernel-memory=

See issue #388 for more information.

shm

cgroup constraints

Capabilities

See issue #51 for more information.

sysctl

tmpfs

Other

checkpoint and restore

docker stats

See issue #200 for more information.

runtime commands

ps command

See issue #95 for more information.

events command

See issue #379 for more information.

update command

See issue #380 for more information.

Networking

Support for joining an existing VM network

docker --net=host

docker run --link

Host resource sharing

docker --device

docker -v /dev/...

docker run --privileged

Other

Annotations

runtime commands

init command

spec command

More information Limitations

@chavafg
Copy link
Contributor

chavafg commented Oct 23, 2017

4.0.5?

@jcvenegas
Copy link
Contributor Author

@chavafg thanks for notice the wrong version, now is the correct 3.0.5.

@jodh-intel
Copy link
Contributor

jodh-intel commented Oct 23, 2017

lgtm

Approved with PullApprove Approved with PullApprove

1 similar comment
@devimc
Copy link

devimc commented Oct 23, 2017

lgtm

Approved with PullApprove Approved with PullApprove

@clearcontainersbot
Copy link

kubernetes qa-failed 👎

- vendor: Vendor virtcontainers 1.0.4 in
- Docs: Update Installation Guide for Ubuntu
- Install doc fixes
- Upate Image and kernel version

3a894b9 vendor: Pull virtcontainers QMP logger fix
e8f982e create: Fix unit test for new runtime spec
f984bb5 vendor: Vendor virtcontainers 1.0.4 in
5ee5c28 Docs: Update Installation Guide for Ubuntu
a63ce62 docs: Simplify wording in install docs
aeae914 docs: Fix indent in Fedora and Ubuntu install docs
6b24bcf docs: Run all ubuntu install commands non-interactively
6c6df5b docs: Fix syntax error in here document
ee298cc docs: install docs should all specify busybox image

Fixes: clearcontainers#750

Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
@sboeuf sboeuf merged commit 40047b5 into clearcontainers:master Oct 23, 2017
@clearcontainersbot
Copy link

kubernetes qa-failed 👎

mcastelino pushed a commit to mcastelino/runtime that referenced this pull request Dec 6, 2018
Add configuration to decide the amount of slots that will be used in a VM

- This will limit the amount of times that memory can be hotplugged.
- Use memory slots provided by user.
- tests: aling struct

cli: kata-env: Add memory slots info.

- Show the slots to be added to the VM.

```diff
[Hypervisor]
  MachineType = "pc"
  Version = "QEMU ..."
  Path = "/opt/kata/bin/qemu-system-x86_64"
  BlockDeviceDriver = "virtio-scsi"
  Msize9p = 8192
+  MemorySlots = 10
  Debug = false
  UseVSock = false
```

Fixes: clearcontainers#751

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

Successfully merging this pull request may close these issues.

6 participants