Skip to content
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

Removed local-storage #139

Merged
merged 1 commit into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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