Update containerd to 1.2x#38168
Conversation
91d0cfa to
8efe278
Compare
Codecov Report
@@ Coverage Diff @@
## master #38168 +/- ##
==========================================
- Coverage 36.12% 36.1% -0.02%
==========================================
Files 610 610
Lines 45234 45234
==========================================
- Hits 16339 16332 -7
- Misses 26657 26661 +4
- Partials 2238 2241 +3 |
|
It's 💚 |
|
needs a rebase now; I just rebased #38062, so if you rebase on top of that one, it should work. #38128 was merged earlier today, so the runc changes are now limited to just these; opencontainers/runc@9f1e944...079817c (so may not be needed to fix the issue) |
release notes: https://github.com/containerd/containerd/releases/tag/v1.2.0 - New V2 Runtime with a stable gRPC interface for managing containers through external shims. - Updated CRI Plugin, validated against Kubernetes v1.11 and v1.12, but it is also compatible with Kubernetes v1.10. - Support for Kubernetes Runtime Class, introduced in Kubernetes 1.12 - A new proxy plugin configuration has been added to allow external snapshotters be connected to containerd using gRPC.- - A new Install method on the containerd client allows users to publish host level binaries using standard container build tooling and container distribution tooling to download containerd related binaries on their systems. - Add support for cleaning up leases and content ingests to garbage collections. - Improved multi-arch image support using more precise matching and ranking - Added a runtime `options` field for shim v2 runtime. Use the `options` field to config runtime specific options, e.g. `NoPivotRoot` and `SystemdCgroup` for runtime type `io.containerd.runc.v1`. - Some Minor API additions - Add `ListStream` method to containers API. This allows listing a larger number of containers without hitting message size limts. - Add `Sync` flag to `Delete` in leases API. Setting this option will ensure a garbage collection completes before the removal call is returned. This can be used to guarantee unreferenced objects are removed from disk after a lease. Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Michael Crosby <[email protected]>
|
@thaJeztah can we get reviews and merged now? |
thaJeztah
left a comment
There was a problem hiding this comment.
LGTM, left two comments, but we can address that in the next bump; thanks!
| # version you may also need to update the vendor version to pick up bug | ||
| # fixes or new APIs. | ||
| CONTAINERD_COMMIT=9f2e07b1fc1342d1c48fe4d7bbb94cb6d1bf278b # v1.1.4 | ||
| CONTAINERD_COMMIT=aa537a67b3a9026c423a63dbaf71e4cc0776b2ad # v1.2.0-13-g8afcade1 |
There was a problem hiding this comment.
may want to remove the # v1.2.0-13-g8afcade1 comment, because it no longer matches 😅
There was a problem hiding this comment.
another pr, i don't know why anyone would add a comment anyways, its just asking for trouble
There was a problem hiding this comment.
Mainly because the version is pinned on a commit (related to #37968), which makes it difficult to see what version of containerd is being used.
|
|
||
| # containerd | ||
| github.com/containerd/containerd c4446665cb9c30056f4998ed953e6d4ff22c7c39 # v1.2.0 | ||
| github.com/containerd/containerd aa537a67b3a9026c423a63dbaf71e4cc0776b2ad # v1.2.0 |
|
ping @vdemeester @cpuguy83 PTAL |
obsoletes #38062 (all commits of that PR are included in this PR)
runc diff; opencontainers/runc@9f1e944...10d38b6