-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[zh]: Rsyc content/zh/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md #33635
Conversation
…/install-kubeadm.md
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
✅ Deploy Preview for kubernetes-io-main-staging ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
<!-- | ||
{{< /note >}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<!-- | |
{{< /note >}} | |
{{< /note >}} | |
<!-- |
{{< note >}} | ||
Docker Engine 没有实现 [CRI](/zh/docs/concepts/architecture/cri/),而这是容器运行时在 Kubernetes 中工作所需要的。 | ||
为此,必须安装一个额外的服务 [cri-dockerd](https://github.com/Mirantis/cri-dockerd)。 | ||
cri-dockerd 是一个基于传统的内置Docker引擎支持的项目,它在 1.24 版本从 kubelet 中[移除](/dockershim)。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cri-dockerd 是一个基于传统的内置Docker引擎支持的项目,它在 1.24 版本从 kubelet 中[移除](/dockershim)。 | |
cri-dockerd 是一个基于传统的内置Docker引擎支持的项目,它在 1.24 版本从 kubelet 中[移除](/zh/dockershim)。 |
kubelet 可以使用已弃用的 dockershim 适配器与 Docker Engine 集成(dockershim 是 kubelet 本身的一部分)。 | ||
参阅[容器运行时](/zh/docs/setup/production-environment/container-runtimes/) | ||
以了解更多信息。 | ||
下面的表格包括支持的操作系统的已知端点。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
下面的表格包括支持的操作系统的已知端点。 | |
下面的表格包括被支持的操作系统的已知端点。 |
|------------------------------------|----------------------------------------------| | ||
| containerd | `unix:///var/run/containerd/containerd.sock` | | ||
| CRI-O | `unix:///var/run/crio/crio.sock` | | ||
| Docker Engine (using cri-dockerd) | `unix:///var/run/cri-dockerd.sock` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Docker Engine (using cri-dockerd) | `unix:///var/run/cri-dockerd.sock` | | |
| Docker Engine (使用 cri-dockerd) | `unix:///var/run/cri-dockerd.sock` | |
| 运行时 | 域套接字 | | ||
|------------------------------------|----------------------------------------------| | ||
| containerd | `npipe:////./pipe/containerd-containerd` | | ||
| Docker Engine (using cri-dockerd) | `npipe:////./pipe/cri-dockerd` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Docker Engine (using cri-dockerd) | `npipe:////./pipe/cri-dockerd` | | |
| Docker Engine (使用 cri-dockerd) | `npipe:////./pipe/cri-dockerd` | |
Merge to #33634, so close this PR. |
…/install-kubeadm.md
part of #33475 setup-1