-
Notifications
You must be signed in to change notification settings - Fork 246
Add CSI driver for Google Cloud Storage to list #273
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
Conversation
Signed-off-by: Ofek Lev <[email protected]>
Welcome @ofek! |
/assign @msau42 |
Hello! Is there anything else I need to do here? |
book/src/drivers.md
Outdated
@@ -31,6 +31,7 @@ Name | CSI Driver Name | Compatible with CSI Version(s) | Description | Persiste | |||
[Ember CSI](https://ember-csi.io) | `[x].ember-csi.io` | v0.2, v0.3, v1.0 | Multi-vendor CSI plugin supporting over 80 Drivers to provide block and mount storage to Container Orchestration systems. | Persistent | Read/Write Single Pod | Yes | Raw Block, Snapshot | |||
[GCE Persistent Disk](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver) | `pd.csi.storage.gke.io` | v0.3, v1.0 | A Container Storage Interface (CSI) Driver for Google Compute Engine Persistent Disk (GCE PD) | Persistent | Read/Write Single Pod | Yes | Snapshot | |||
[Google Cloud Filestore](https://github.com/kubernetes-sigs/gcp-filestore-csi-driver) | `com.google.csi.filestore` | v0.3 | A Container Storage Interface (CSI) Driver for Google Cloud Filestore | Persistent | Read/Write Multiple Pods | Yes | | |||
[Google Cloud Storage](https://github.com/ofek/csi-gcs) | `storage.csi.cloud.google.com` | v1.0 | A Container Storage Interface (CSI) Driver for Google Cloud Storage | Persistent | Read/Write Multiple Pods | No | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR and work on the driver!
Since this driver is not maintained or supported by Google, can you replace "cloud.google.com" in the driver name with your own personal domain? And also add a note to the repo that it is not an officially supported Google product.
@msau42 Thanks, I renamed the driver! |
I added the note: https://github.com/ofek/csi-gcs#disclaimer |
@msau42 Does this look alright to you now? |
/lgtm Thank you! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: msau42, ofek The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This documents a driver for mounting Google Cloud Storage buckets https://github.com/ofek/csi-gcs