Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support matrix of features supported of Ceph CSI version #298

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,23 @@ CephFS CSI plugins, see documentation in `docs/`.

For example usage of RBD and CephFS CSI plugins, see examples in `examples/`.

## Support Matrix
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@poornimag ideally we should have these columns :
Branch/CSI driver Version, CSI Spec , variants like RBD and CephFS, Kubernetes version


Here is the matrix that describes the features supported by the different
versions of Ceph CSI driver

| | Features | CSI driver<br>Version |Kubernetes<br>Version |
|--------------|-----------------------------|-----------------------|----------------------|
| **CephFS** | Snapshot | 1.0 | 1.13 - 1.14 |
| | Clone from VolumeSnapshot | - | 1.13 - 1.14 |
| | Clone from VolumeSource | - | 1.13 - 1.14 |
| | Resize | - | 1.14 |
| | | | |
| **RBD** | Snapshot | 0.3, 1.0 | 1.13 - 1.14 |
| | Clone from VolumeSnapshot | 0.3, 1.0 | 1.13 - 1.14 |
| | Clone from VolumeSource | - | 1.13 - 1.14 |
| | Resize | - | 1.14 |

## Troubleshooting

Please submit an issue at: [Issues](https://github.com/ceph/ceph-csi/issues)
Expand Down