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
Copy file name to clipboardExpand all lines: RELEASES.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,6 +173,7 @@ containerd versions:
173
173
| GRPC API | Stable | 1.0 |[api/](api)|
174
174
| Metrics API | Stable | 1.0 | - |
175
175
| Runtime Shim API | Stable | 1.2 | - |
176
+
| Daemon Config | Stable | 1.0 | - |
176
177
| Go client API | Unstable |_future_|[godoc](https://godoc.org/github.com/containerd/containerd)|
177
178
| CRI GRPC API | Unstable | v1alpha2 _current_|[api/](https://github.com/kubernetes/kubernetes/tree/master/pkg/kubelet/apis/cri/runtime/v1alpha2)|
178
179
|`ctr` tool | Unstable | Out of scope | - |
@@ -271,6 +272,13 @@ may be completely refactored or have breaking changes in _minor_ releases.
271
272
272
273
We will try not break the tool in _patch_ releases.
273
274
275
+
### Daemon Configuration
276
+
277
+
The daemon's configuration file, commonly located in `/etc/containerd/config.toml`
278
+
is versioned and backwards compatible. The `version = 2` field in the config
279
+
file specifies the config's version. If no version number is specified inside
280
+
the config file then it is assumed to be a version 1 config and parsed as such.
281
+
274
282
### Not Covered
275
283
276
284
As a general rule, anything not mentioned in this document is not covered by
0 commit comments