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
|
||||
|
||||
|
||||
@@ -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%;" />
|
||||
|
||||
|
||||
@@ -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%;" />
|
||||
|
||||
|
||||
@@ -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%;" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user