Skip to content

csi.flexfs

csi.flexfs is the Container Storage Interface (CSI) driver that integrates flexFS with Kubernetes. It runs as a controller Deployment and a node DaemonSet, wrapping mount.flexfs to provide persistent volumes to pods.

These flags apply to every subcommand.

FlagTypeDefaultDescriptionVisibility
--reportErrorsboolfalseReport errors and panics to Paradigm4Public
SubcommandDescriptionVisibility
licensePrint license informationPublic
startStart the CSI driverPublic
versionPrint the build versionPublic
Terminal window
csi.flexfs start [flags]

Starts the CSI driver, binding the gRPC endpoint on the configured unix socket.

FlagTypeDefaultDescriptionVisibility
--bindAddrstringunix:///csi/csi.sockAddress to bind (unix socket)Public
--kubeletDirstring/var/lib/kubeletKubelet root directory on the hostPublic
--pprofboolfalseEnable pprof profilerInternal
--pprofPortint6061Pprof server portInternal
--verbose, -vboolfalseEnable verbose loggingPublic