修改S3地址,文档
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2025-12-25 14:08:39 +08:00
parent e5581862c5
commit c33e9109e0
4 changed files with 24 additions and 18 deletions

View File

@@ -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

View File

@@ -139,15 +139,15 @@
- 置打开 VPN 配置,添加使用 L2TP/IPSec 协议
<img src="https://minio.offends.cn:9000/offends/images/image-20230909220520651.png" style="zoom: 30%;" />
<img src="https://rustfs.offends.cn/offends/images/image-20230909220520651.png" style="zoom: 30%;" />
- 要记得勾选通过VPN连接发送所有流量
<img src="https://minio.offends.cn:9000/offends/images/image-20240210160920630.png" style="zoom: 30%;" />
<img src="https://rustfs.offends.cn/offends/images/image-20240210160920630.png" style="zoom: 30%;" />
- Windows电脑配置
- 打开设置,添加 VPN 连接,使用 L2TP/IPSec 协议
<img src="https://minio.offends.cn:9000/offends/images/image-20230909221041694.png" style="zoom: 30%;" />
<img src="https://rustfs.offends.cn/offends/images/image-20230909221041694.png" style="zoom: 30%;" />

View File

@@ -117,15 +117,15 @@
- 置打开 VPN 配置,添加使用 L2TP/IPSec 协议
<img src="https://minio.offends.cn:9000/offends/images/image-20230909220520651.png" style="zoom: 30%;" />
<img src="https://rustfs.offends.cn/offends/images/image-20230909220520651.png" style="zoom: 30%;" />
- 要记得勾选通过VPN连接发送所有流量
<img src="https://minio.offends.cn:9000/offends/images/image-20240210160920630.png" style="zoom: 30%;" />
<img src="https://rustfs.offends.cn/offends/images/image-20240210160920630.png" style="zoom: 30%;" />
- Windows电脑配置
- 打开设置,添加 VPN 连接,使用 L2TP/IPSec 协议
<img src="https://minio.offends.cn:9000/offends/images/image-20230909221041694.png" style="zoom: 30%;" />
<img src="https://rustfs.offends.cn/offends/images/image-20230909221041694.png" style="zoom: 30%;" />

View File

@@ -115,15 +115,15 @@
- 置打开 VPN 配置,添加使用 L2TP/IPSec 协议
<img src="https://minio.offends.cn:9000/offends/images/image-20230909220520651.png" style="zoom: 30%;" />
<img src="https://rustfs.offends.cn/offends/images/image-20230909220520651.png" style="zoom: 30%;" />
- 要记得勾选通过VPN连接发送所有流量
<img src="https://minio.offends.cn:9000/offends/images/image-20240210160920630.png" style="zoom: 30%;" />
<img src="https://rustfs.offends.cn/offends/images/image-20240210160920630.png" style="zoom: 30%;" />
- Windows电脑配置
- 打开设置,添加 VPN 连接,使用 L2TP/IPSec 协议
<img src="https://minio.offends.cn:9000/offends/images/image-20230909221041694.png" style="zoom: 30%;" />
<img src="https://rustfs.offends.cn/offends/images/image-20230909221041694.png" style="zoom: 30%;" />