Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
hhk7734 committed Feb 26, 2025
1 parent cd6e0e6 commit 18cc2c1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/mlops/storage/ceph/provisioning.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ spec:
- ReadWriteMany
capacity:
storage: 5Gi
persistentVolumeReclaimPolicy: Retain
csi:
driver: rook-ceph.cephfs.csi.ceph.com
# 아무 값이나 넣어도 됨
Expand Down Expand Up @@ -104,6 +105,14 @@ spec:
volumeName: <persistentVolumeName>
```
:::tip
- [Rook / Filesystem Storage Overview # Consume the Shared Filesystem across namespaces](https://rook.io/docs/rook/latest/Storage-Configuration/Shared-Filesystem-CephFS/filesystem-storage/#consume-the-shared-filesystem-across-namespaces)
Dynamic Provisioning으로 생성된 PVC, PV 내용을 참고하여 다른 namespace에 Static Provisioning을 하면 같은 Volume을 다른 namespace에서 접근할 수 있습니다.
:::
### Dynamic Provisioning
Ceph Filesystem에 대한 설정이 있는 StorageClass를 사용한 PersistentVolumeClaim을 생성하면 동적으로 PersistentVolume이 생성됩니다.
Expand Down

0 comments on commit 18cc2c1

Please sign in to comment.