Skip to content

Commit

Permalink
Removed local-storage (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
e-minguez authored Dec 20, 2023
1 parent 34e970a commit 478c18c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion i18n/zh/docusaurus-plugin-content-docs/current/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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。

Expand Down

0 comments on commit 478c18c

Please sign in to comment.