-
|
Hello ceph-csi Developers, I have a question regarding of using ceph-csi for consuming ceph RBD and CephFS in a window pod in k8s? Thanks. Tom |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
At the moment this is not possible with RBD and CephFS directly. You might be able to use CephFS exported with NFS(v4) and use that for mounting on Windows, but you will have to find out how to install a NFSv4 client on Windows. An other alternative is to use the sink project with RBD or CephFS providing storage for it. |
Beta Was this translation helpful? Give feedback.
At the moment this is not possible with RBD and CephFS directly.
You might be able to use CephFS exported with NFS(v4) and use that for mounting on Windows, but you will have to find out how to install a NFSv4 client on Windows.
An other alternative is to use the sink project with RBD or CephFS providing storage for it.