This commit is contained in:
@@ -13,7 +13,19 @@
|
||||
helm repo update
|
||||
```
|
||||
|
||||
2. 下载 rustfs-values.yaml 文件
|
||||
2. 创建命名空间
|
||||
|
||||
```bash
|
||||
kubectl create ns rustfs
|
||||
```
|
||||
|
||||
3. 配置 Ingress 证书(这一步需要在安装前执行,否则 Helm 无法正确配置 Tls 参数)
|
||||
|
||||
```bash
|
||||
kubectl create secret tls rustfs-tls --key nginx.key --cert nginx.pem -n rustfs
|
||||
```
|
||||
|
||||
4. 下载 rustfs-values.yaml 文件
|
||||
|
||||
- 单节点部署
|
||||
|
||||
@@ -37,7 +49,7 @@
|
||||
kubectl label node ${node} rustfs="true"
|
||||
```
|
||||
|
||||
3. 安装 RustFS 集群
|
||||
5. 安装 RustFS 集群
|
||||
|
||||
- 单节点部署
|
||||
|
||||
@@ -59,13 +71,7 @@
|
||||
-f rustfs-values-distributed.yaml
|
||||
```
|
||||
|
||||
4. 配置 Ingress 证书
|
||||
|
||||
```bash
|
||||
kubectl create secret tls rustfs-tls --key nginx.key --cert nginx.pem -n rustfs
|
||||
```
|
||||
|
||||
5. 访问页面
|
||||
6. 访问页面
|
||||
|
||||
访问地址:rustfs.example.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user