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: content/zh/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
+52-47Lines changed: 52 additions & 47 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,29 +30,16 @@ For information how to create a cluster with kubeadm once you have performed thi
30
30
## {{% heading "prerequisites" %}}
31
31
32
32
<!--
33
-
* One or more machines running one of:
34
-
- Ubuntu 16.04+
35
-
- Debian 9+
36
-
- CentOS 7+
37
-
- Red Hat Enterprise Linux (RHEL) 7+
38
-
- Fedora 25+
39
-
- HypriotOS v1.0.1+
40
-
- Flatcar Container Linux (tested with 2512.3.0)
33
+
* A compatible Linux host. The Kubernetes project provides generic instructions for Linux distributions based on Debian and Red Hat, and those distributions without a package manager.
41
34
* 2 GB or more of RAM per machine (any less will leave little room for your apps)
42
35
* 2 CPUs or more
43
36
* Full network connectivity between all machines in the cluster (public or private network is fine)
44
37
* Unique hostname, MAC address, and product_uuid for every node. See [here](#verify-mac-address) for more details.
45
38
* Certain ports are open on your machines. See [here](#check-required-ports) for more details.
46
39
* Swap disabled. You **MUST** disable swap in order for the kubelet to work properly.
47
40
-->
48
-
* 一台或多台运行着下列系统的机器:
49
-
- Ubuntu 16.04+
50
-
- Debian 9+
51
-
- CentOS 7+
52
-
- Red Hat Enterprise Linux (RHEL) 7+
53
-
- Fedora 25+
54
-
- HypriotOS v1.0.1+
55
-
- Flatcar Container Linux (使用 2512.3.0 版本测试通过)
41
+
* 一台兼容的 Linux 主机。Kubernetes 项目为基于 Debian 和 Red Hat 的 Linux
42
+
发行版以及一些不提供包管理器的发行版提供通用的指令
56
43
* 每台机器 2 GB 或更多的 RAM (如果少于这个数字将会影响你应用的运行内存)
57
44
* 2 CPU 核或更多
58
45
* 集群中的所有机器的网络彼此均能相互连接(公网和内网都可以)
@@ -211,7 +198,7 @@ The following table lists container runtimes and their associated socket paths:
211
198
212
199
| Runtime | Domain Socket |
213
200
|------------|---------------------------------|
214
-
| Docker | /var/run/docker.sock |
201
+
| Docker | /var/run/dockershim.sock |
215
202
| containerd | /run/containerd/containerd.sock |
216
203
| CRI-O | /var/run/crio/crio.sock |
217
204
-->
@@ -225,7 +212,7 @@ The following table lists container runtimes and their associated socket paths:
225
212
226
213
| 运行时 | 域套接字 |
227
214
|------------|----------------------------------|
228
-
| Docker | /var/run/docker.sock |
215
+
| Docker | /var/run/dockershim.sock |
229
216
| containerd | /run/containerd/containerd.sock |
230
217
| CRI-O | /var/run/crio/crio.sock |
231
218
@@ -289,7 +276,7 @@ kubelet and the control plane is supported, but the kubelet version may never ex
289
276
server version. For example, kubelets running 1.7.0 should be fully compatible with a 1.8.0 API server,
290
277
but not vice versa.
291
278
292
-
For information about installing `kubectl`, see [Install and set up kubectl](/docs/tasks/tools/install-kubectl/).
279
+
For information about installing `kubectl`, see [Install and set up kubectl](/docs/tasks/tools/).
0 commit comments