Enable CSI in ARO
Summary and Key concepts
Summary:
The article outlines prerequisites and installation instructions for using Portworx with the CSI driver. It highlights required Kubernetes or OpenShift versions and discusses the importance of additional components known as "CSI Sidecars" for the proper functioning of the Portworx CSI Driver. The Portworx Operator is recommended for installation as it simplifies managing and upgrading both Kubernetes and Portworx versions. For OpenShift users, specific steps like adding the px-csi-account
to the privileged security context are necessary. It also notes that certain features like Pure Storage FlashArray/FlashBlade DirectAccess depend on CSI being enabled.
Kubernetes Concepts:
- ServiceAccount: A Kubernetes object that allows processes to authenticate with the API server.