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.
Copy file name to clipboardexpand all lines: Releases.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ The detailed steps to follow to create a new release are specified in the [Relea
71
71
72
72
The Release Owner must follow the following process, which is designed to ensure clarity, quality, stability, and auditability of each release:
73
73
74
-
- Raise a [new github issue in the kata-containers repository](https://github.com/kata-containers/kata-containers/issues/new) and assign to themselves.
74
+
- Raise a [new GitHub issue in the `kata-containers` repository](https://github.com/kata-containers/kata-containers/issues/new) and assign to themselves.
75
75
76
76
This issue is used to track the progress of the release with maximum visibility.
Copy file name to clipboardexpand all lines: design/kata-design-requirements.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ The Kata Containers runtime **MUST** implement the following command line option
29
29
### [CRI](http://blog.kubernetes.io/2016/12/container-runtime-interface-cri-in-kubernetes.html) and [Kubernetes](https://kubernetes.io) support
30
30
The Kata Containers project **MUST** provide two interfaces for CRI shims to manage hardware
31
31
virtualization based Kubernetes pods and containers:
32
-
- An OCI and `runc` compatible command line interface, as decribed in the previous section.
32
+
- An OCI and `runc` compatible command line interface, as described in the previous section.
33
33
This interface is used by implementations such as [`CRI-O`](http://cri-o.io) and [`cri-containerd`](https://github.com/containerd/cri-containerd), for example.
34
34
- A hardware virtualization runtime library API for CRI shims to consume and provide a more
35
35
CRI native implementation. The [`frakti`](https://github.com/kubernetes/frakti) CRI shim is an example of such a consumer.
Copy file name to clipboardexpand all lines: how-to/containerd-kata.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ workloads with isolated sandboxes (i.e. Kata Containers).
41
41
42
42
As a result, the CRI implementations extended their semantics for the requirements:
43
43
44
-
- At the beginning, [frakti](https://github.com/kubernetes/frakti) checks the network configuration of a Pod, and
44
+
- At the beginning, [Frakti](https://github.com/kubernetes/frakti) checks the network configuration of a Pod, and
45
45
treat Pod with `host` network as trusted, while others are treated as untrusted.
46
46
- The containerd introduced an annotation for untrusted Pods since [v1.0](https://github.com/containerd/cri/blob/v1.0.0-rc.0/docs/config.md):
47
47
```yaml
@@ -143,14 +143,14 @@ The following sections outline how to add Kata Containers to the configurations.
143
143
#### Kata Containers as a `RuntimeClass`
144
144
145
145
For
146
-
- Kata Containers v1.5.0 or above (including 1.5.0-rc)
146
+
- Kata Containers v1.5.0 or above (including `1.5.0-rc`)
147
147
- Containerd v1.2.0 or above
148
148
- Kubernetes v1.12.0 or above
149
149
150
150
The `RuntimeClass` is suggested.
151
151
152
152
The following configuration includes three runtime classes:
153
-
- `plugins.cri.containerd.runtimes.runc`: the runC, and it is the default runtime.
153
+
- `plugins.cri.containerd.runtimes.runc`: the runc, and it is the default runtime.
154
154
- `plugins.cri.containerd.runtimes.kata`: The function in containerd (reference [the document here](https://github.com/containerd/containerd/tree/master/runtime/v2#binary-naming))
155
155
where the dot-connected string `io.containerd.kata.v2` is translated to `containerd-shim-kata-v2` (i.e. the
156
156
binary name of the Kata implementation of [Containerd Runtime V2 (Shim API)](https://github.com/containerd/containerd/tree/master/runtime/v2)).
0 commit comments