Update cri to b213648c5bd0a1d2ee42709c10dff63fbfee3ad7#3492
Merged
crosbymichael merged 2 commits intocontainerd:masterfrom Aug 6, 2019
Merged
Update cri to b213648c5bd0a1d2ee42709c10dff63fbfee3ad7#3492crosbymichael merged 2 commits intocontainerd:masterfrom
crosbymichael merged 2 commits intocontainerd:masterfrom
Conversation
Signed-off-by: Lantao Liu <[email protected]>
Signed-off-by: Lantao Liu <[email protected]>
Contributor
|
Love it! |
|
Build succeeded.
|
Codecov Report
@@ Coverage Diff @@
## master #3492 +/- ##
=======================================
Coverage 44.25% 44.25%
=======================================
Files 124 124
Lines 13829 13829
=======================================
Hits 6120 6120
Misses 6767 6767
Partials 942 942
Continue to review full report at Codecov.
|
This was referenced Aug 6, 2019
AkihiroSuda
approved these changes
Aug 6, 2019
Member
|
LGTM |
Member
|
Nice changeset @Random-Liu ! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Containerd 1.3 is validated against v1.15, but it is also compatible with Kubernetes v1.12+. (See more details about support metrics)
Features
io.containerd.runc.v2runtime is fully validated and ready to be used in production. This helps minimizing per-pod resource overhead. Note thatio.containerd.runtime.v1.linuxis still the default runtime. (Use per-pod shim. cri#1075)pod_annotationsruntime option. Pod annotations specified in the list will be passed to the runtime as OCI annotations. This enables runtimes to support annotation-based experimental features. (Add support for passing sandbox annotations to runtime cri#1084)stream_idle_timeoption. This makes idle connection timeout of the streaming server configurable. (Add configurable timeout for idle streaming connections cri#1057)max_conf_numoption toplugins.cri.cni. This makes it possible to setup multiple CNI networks in a pod. NOTE: multi-network is not an officially supported feature in Kubernetes.(Make cni plugin config file num configurable cri#1154)plugins.cri.registry.tls_configsoption to support TLS connections to registries. (TLS auth with image registries cri#1143)disable_tcp_serviceoption, and it is disabled by default. (Support a TCP endpoint cri#1181)max_concurrent_downloadsoption to restrict the number of concurrent downloads for each image. The default concurrency is3. (Add max concurrent downloads support. cri#1211)Enhancements
Statuslockup when CNI network setup/teardown is slow. (Consider load cni conf in a goroutine to prevent stuckup in Status cri#1078)Status(crictl info) output. (adds cni config data to the cri status/info cri#1158)Deprecation
ctr cri loadcommand is deprecated, usectr -n=k8s.io images importinstead.(Consolidatectr cri loadandctr importcri#909)plugins.cri.containerd.default_runtimeoption is deprecated, useplugins."io.containerd.grpc.v1.cri".containerd.default_runtime_nameinstead. ([config] Move DefaultRuntime to Runtimes cri#1076)systemd_cgroups,runtime_engineandruntime_rootare deprecated, use runtimeoptionsinstead. (Print warning message for deprecated options. cri#1217)runtimeHandlerfield is moved from the sandboxinfointostatus. (Add RuntimeHandler into PodSandbox and PodSandboxStatus cri#1063)