-# HPE Volume Driver for Kubernetes FlexVolume Plugin
-
-The [HPE Volume Driver for Kubernetes FlexVolume plugin](https://github.com/hpe-storage/flexvolume-driver) leverages HPE storage platforms to provide scalable and persistent storage for stateful applications. This chart also deploys the [HPE Dynamic Provisioner for Kubernetes](https://github.com/hpe-storage/k8s-dynamic-provisioner).
- description: "HPE platform type for the deployment."
- group: "HPE backend settings"
-- variable: backend
- label: "IP address"
- type: string
- required: true
- description: "Please specify HPE backend IP address."
- group: "HPE backend settings"
-- variable: username
- label: "Username"
- type: string
- required: true
- description: "Specify username with backend storage admin permissions."
- group: "HPE backend settings"
-- variable: password
- label: "Password"
- type: password
- required: true
- description: "Specify password for the backend user."
- group: "HPE backend settings"
-- variable: fsType
- label: "Filesystem"
- default: "xfs"
- type: enum
- options:
- - "xfs"
- - "ext4"
- - "ext3"
- - "btrfs"
- description: "Select the filesystem for Persistent Volumes, defaults to xfs."
- group: "HPE StorageClass and volume settings"
-- variable: protocol
- label: "HPE storage protocol"
- type: enum
- default: "iscsi"
- options:
- - "iscsi"
- - "fc"
- description: "Specify storage protocol for HPE backend connectivity."
- group: "HPE StorageClass and volume settings"
-- variable: storageClass.create
- label: "Create a StorageClass"
- type: boolean
- default: true
- required: true
- description: "If specified as 'true', a StorageClass named 'hpe-standard' will be created with the HPE Volume Driver for Kubernetes FlexVolume Plugin as provisioner."
- group: "HPE StorageClass and volume settings"
-- variable: storageClass.defaultClass
- label: "Mark StorageClass 'hpe-standard' as 'default'."
- type: boolean
- default: false
- description: "If specified as 'true', the 'hpe-standard' StorageClass will be annotated as 'default'. This option is ignored if 'Create a StorageClass' is set to 'false'."
- group: "HPE StorageClass and volume settings"
-- variable: cv.config.existingCloudSubnet
- show_if: "pluginType=cv"
- label: "Cloud subnet"
- type: string
- default: ""
- required: true
- description: "Cloud subnet of the cluster for connection provisioning"
- group: "Cloud instance settings"
-- variable: cv.config.privateCloud
- show_if: "pluginType=cv"
- label: "Virtual private cloud"
- type: string
- required: true
- description: "Virtual private cloud of the cluster"
- group: "Cloud instance settings"
-- variable: cv.config.region
- show_if: "pluginType=cv"
- label: "Public cloud region"
- type: string
- required: true
- description: "Public cloud provider region in which cluster resides"