container-storage-interface / spec

Container Storage Interface (CSI) Specification.
Apache License 2.0
1.34k stars 373 forks source link

CSI compatibility with Openshift container platform #450

Closed tushar1701 closed 4 years ago

tushar1701 commented 4 years ago

I need clarification and want to know about the compatibility of openshift container platform with Container storage interface. If there is any documentation stating its usage vs Kubernetes then do share that would of great help.

tushar1701 commented 4 years ago

@saad-ali @xing-yang @jsafrane your thoughts on this please.

xing-yang commented 4 years ago

My understanding is that OpenShift is a distro of Kubernetes. So if an OpenShift version supports a particular Kubernetes version, then it should also support the CSI spec versions supported by that Kubernetes version.

@jsafrane or @gnufied would know the answer to this question.

gnufied commented 4 years ago

Yes Openshift fully supports CSI since openshift-4.2. Also not sure if this question belongs here, such questions should be opened as openshift bug or in https://github.com/openshift/origin/

tushar1701 commented 4 years ago

Thanks @xing-yang @gnufied .