mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-04 20:23:24 +00:00
Remove RKE1 references: Reference Guides pages (pt2) (#1909)
* Remove Docker references in kubernetes-concepts.md * Remove Node Templete reference in downstream-cluster-configuration.md * Add back About Docker section to K8s concepts page * Update About Docker section * Increase heap limit in deploy.yml * Update .github/workflows/deploy.yml Co-authored-by: Billy Tat <btat@suse.com> --------- Co-authored-by: Billy Tat <btat@suse.com>
This commit is contained in:
+1
-1
@@ -6,4 +6,4 @@ title: 下游集群配置
|
||||
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/zh/reference-guides/cluster-configuration/downstream-cluster-configuration"/>
|
||||
</head>
|
||||
|
||||
以下文档将讨论[节点模板配置](node-template-configuration/node-template-configuration.md)和[主机配置](machine-configuration/machine-configuration.md)。
|
||||
以下文档将讨论[主机配置](machine-configuration/machine-configuration.md)。
|
||||
|
||||
+2
-8
@@ -6,13 +6,7 @@ title: Kubernetes 概念
|
||||
|
||||
## 关于 Docker
|
||||
|
||||
Docker 是容器打包和运行时系统的标准。开发者在 Dockerfiles 中构建容器镜像,并在 Docker 镜像仓库中分发容器镜像。[Docker Hub](https://hub.docker.com) 是市面上主流的公有镜像仓库。许多企业还创建私有 Docker 镜像仓库。Docker 主要用于管理单个节点上的容器。
|
||||
|
||||
:::note
|
||||
|
||||
由于 Kubernetes 已经成为了容器管理的主流工具,所以从 Rancher 2.x 版本开始,我们不再支持 Docker Swarm。如果你有使用 Docker 管理容器的需求,可以安装 Rancher 1.6 进行操作。
|
||||
|
||||
:::
|
||||
Docker 是一个容器打包和运行时标准。开发者可以使用 Dockerfile 构建容器镜像,并从 Docker 镜像仓库分发容器镜像。[Docker Hub](https://hub.docker.com) 是一个流行的公共镜像仓库。许多组织也建立了私有 Docker 镜像仓库。Docker 主要用于管理单个节点上的容器。
|
||||
|
||||
## 关于 Kubernetes
|
||||
|
||||
@@ -22,7 +16,7 @@ Kubernetes 是容器和集群管理的标准。YAML 文件规定了组成一个
|
||||
|
||||
集群是可作为一个系统协同工作的一组计算机。
|
||||
|
||||
_Kubernetes 集群_ 是使用 [Kubernetes 容器编排系统](https://kubernetes.io/)来部署、运维和伸缩 Docker 容器的集群,让你的组织实现应用自动化运维。
|
||||
_Kubernetes 集群_ 是使用 [Kubernetes 容器编排系统](https://kubernetes.io/)来部署、运维和伸缩 容器的集群,让你的组织实现应用自动化运维。
|
||||
|
||||
## Kubernetes 集群中节点的角色
|
||||
|
||||
|
||||
Reference in New Issue
Block a user