From c79e63dad541ee18e2ba89d3661583e853b6ab99 Mon Sep 17 00:00:00 2001 From: e-minguez Date: Fri, 15 Dec 2023 10:36:43 +0100 Subject: [PATCH] Removed local-storage --- docs/helm.md | 2 +- i18n/zh/docusaurus-plugin-content-docs/current/helm.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/helm.md b/docs/helm.md index 35db6fec..85146dd2 100644 --- a/docs/helm.md +++ b/docs/helm.md @@ -14,7 +14,7 @@ This section covers the following topics: ### Automatically Deploying Manifests and Helm Charts -Any Kubernetes manifests found in `/var/lib/rancher/rke2/server/manifests` will automatically be deployed to RKE2 in a manner similar to `kubectl apply`. Manifests deployed in this manner are managed as AddOn custom resources, and can be viewed by running `kubectl get addon -A`. You will find AddOns for packaged components such as CoreDNS, Local-Storage, Nginx-Ingress, etc. AddOns are created automatically by the deploy controller, and are named based on their filename in the manifests directory. +Any Kubernetes manifests found in `/var/lib/rancher/rke2/server/manifests` will automatically be deployed to RKE2 in a manner similar to `kubectl apply`. Manifests deployed in this manner are managed as AddOn custom resources, and can be viewed by running `kubectl get addon -A`. You will find AddOns for packaged components such as CoreDNS, Nginx-Ingress, etc. AddOns are created automatically by the deploy controller, and are named based on their filename in the manifests directory. It is also possible to deploy Helm charts as AddOns. RKE2 includes a [Helm Controller](https://github.com/k3s-io/helm-controller/) that manages Helm charts using a HelmChart Custom Resource Definition (CRD). diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/helm.md b/i18n/zh/docusaurus-plugin-content-docs/current/helm.md index d0731a7b..845e98bf 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/helm.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/helm.md @@ -14,7 +14,7 @@ RKE2 不需要任何特殊配置即可配合 Helm 命令行工具一起使用。 ### 自动部署清单和 Helm Chart -在 `/var/lib/rancher/rke2/server/manifests` 中找到的 Kubernetes 清单都会以类似于 `kubectl apply` 的方式自动部署到 RKE2。以这种方式部署的清单作为 AddOn 自定义资源进行管理,你可以通过运行 `kubectl get addon -A` 查看它们。你能找到用于打包组件的 AddOn,例如 CoreDNS、Local-Storage、Nginx-Ingress 等。AddOn 由部署控制器自动创建,并根据它们在清单目录中的文件名命名。 +在 `/var/lib/rancher/rke2/server/manifests` 中找到的 Kubernetes 清单都会以类似于 `kubectl apply` 的方式自动部署到 RKE2。以这种方式部署的清单作为 AddOn 自定义资源进行管理,你可以通过运行 `kubectl get addon -A` 查看它们。你能找到用于打包组件的 AddOn,例如 CoreDNS、Nginx-Ingress 等。AddOn 由部署控制器自动创建,并根据它们在清单目录中的文件名命名。 你也可以将 Helm Chart 部署为 AddOn。RKE2 包含一个 [Helm Controller](https://github.com/k3s-io/helm-controller),它使用 HelmChart 自定义资源定义 (CRD) 管理 Helm Chart。