You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

rclone_pv_{{NODE_NAME}}.yaml 509 B

1 year ago
1234567891011121314151617181920212223242526
  1. apiVersion: v1
  2. kind: PersistentVolume
  3. metadata:
  4. name: rclone-{{NODE_NAME}}
  5. labels:
  6. name: rclone-{{NODE_NAME}}
  7. spec:
  8. capacity:
  9. storage: 10Gi
  10. accessModes:
  11. - ReadWriteMany
  12. storageClassName: rclone
  13. csi:
  14. driver: csi-rclone
  15. volumeHandle: rclone-data-id
  16. volumeAttributes:
  17. remote: "xxxx"
  18. remotePath: "xxxx"
  19. configData: |
  20. [xxxx]
  21. type = s3
  22. provider = xxxx
  23. access_key_id = xxxx
  24. secret_access_key = xxxx
  25. endpoint = xxxx

本项目旨在将云际存储公共基础设施化,使个人及企业可低门槛使用高效的云际存储服务(安装开箱即用云际存储客户端即可,无需关注其他组件的部署),同时支持用户灵活便捷定制云际存储的功能细节。