c52818c03d
This is the first step to rename 'zh' to 'zh-cn'. There are several reasons why we rename the language name.
- The upstream docsy theme changed the language name, leading to many warnings during site build;
The side-effect is that the i18n strings are no longer working.
- We believe renaming the language is the right thing to do, because this move can make room for other variants of Chinese language, such as 'zh-tw', 'zh-sg' etc.
There would be several follow-ups to this PR, such as fixing the intra-site links, adding redirects etc.
We will lock up changes to zh/zh-cn pages for the moment, until this one gets in.
This PR is based on commit cdad0a7342.
1.5 KiB
1.5 KiB
title, id, date, full_link, short_description, aka, tags
| title | id | date | full_link | short_description | aka | tags | |
|---|---|---|---|---|---|---|---|
| CRI-O | cri-o | 2019-05-14 | https://cri-o.io/#what-is-cri-o | 专用于 Kubernetes 的轻量级容器运行时软件 |
|
该工具可让你通过 Kubernetes CRI 使用 OCI 容器运行时。
CRI-O 是 {{< glossary_tooltip text="CRI" term_id="cri" >}} 的一种实现, 使得你可以使用与开放容器倡议(Open Container Initiative,OCI) 运行时规范 兼容的{{< glossary_tooltip text="容器" term_id="container" >}}。
部署 CRI-O 允许 Kubernetes 使用任何符合 OCI 要求的运行时作为容器运行时 去运行 {{< glossary_tooltip text="Pods" term_id="pod" >}}, 并从远程容器仓库获取 OCI 容器镜像。