mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-28 20:15:51 +00:00
Merge pull request #211 from nitkon/patch-1
architecture.md: Bump Kata Version to 1.2.0, add pseries info.
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
This is an architectural overview of Kata Containers, based on the 1.0.0 release.
|
This is an architectural overview of Kata Containers, based on the 1.2.0 release.
|
||||||
|
|
||||||
The two primary deliverables of the Kata Containers project are a container runtime
|
The two primary deliverables of the Kata Containers project are a container runtime
|
||||||
and a CRI friendly library API.
|
and a CRI friendly library API.
|
||||||
@@ -97,8 +97,8 @@ to create virtual machines where containers will run:
|
|||||||
|
|
||||||
### QEMU/KVM
|
### QEMU/KVM
|
||||||
|
|
||||||
Depending of the host architecture, Kata Containers support various machine types,
|
Depending on the host architecture, Kata Containers supports various machine types,
|
||||||
for example `pc` and `q35` on x86 systems and `virt` on ARM systems. Kata Containers'
|
for example `pc` and `q35` on x86 systems, `virt` on ARM systems and `pseries` on IBM Power systems. Kata Containers'
|
||||||
default machine type is `pc`. The default machine type and its [`Machine accelerators`](#Machine-accelerators) can
|
default machine type is `pc`. The default machine type and its [`Machine accelerators`](#Machine-accelerators) can
|
||||||
be changed by editing the runtime [`configuration`](#Configuration) file.
|
be changed by editing the runtime [`configuration`](#Configuration) file.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user