mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
update doc for make command
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
74ad010d85
commit
6fc741199b
@ -8,13 +8,14 @@ and attach and mount existing ones to workloads.
|
||||
CSI CephFS plugin can be compiled in the form of a binary file or in the form
|
||||
of a Docker image.
|
||||
When compiled as a binary file, the result is stored in `_output/`
|
||||
directory with the name `cephfsplugin`.
|
||||
When compiled as an image, it's stored in the local Docker image store.
|
||||
directory with the name `cephcsi`.
|
||||
When compiled as an image, it's stored in the local Docker image store
|
||||
with name `cephfsplugin`.
|
||||
|
||||
Building binary:
|
||||
|
||||
```bash
|
||||
make cephfsplugin
|
||||
make cephcsi
|
||||
```
|
||||
|
||||
Building Docker image:
|
||||
|
@ -7,13 +7,13 @@ attach and mount those to workloads.
|
||||
|
||||
CSI RBD plugin can be compiled in a form of a binary file or in a form of a
|
||||
Docker image. When compiled as a binary file, the result is stored in
|
||||
`_output/` directory with the name `rbdplugin`. When compiled as an image, it's
|
||||
stored in the local Docker image store.
|
||||
`_output/` directory with the name `cephcsi`. When compiled as an image, it's
|
||||
stored in the local Docker image store with name `rbdplugin`.
|
||||
|
||||
Building binary:
|
||||
|
||||
```bash
|
||||
make rbdplugin
|
||||
make cephcsi
|
||||
```
|
||||
|
||||
Building Docker image:
|
||||
|
Loading…
Reference in New Issue
Block a user