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.
| Subcommand | Description |
|---|
start | Start the CSI driver |
version | Print the build version |
license | Print license information |
| Flag | Type | Default | Description | Visibility |
|---|
--bindAddr | string | unix:///csi/csi.sock | Address to bind (unix socket) | Public |
--verbose, -v | bool | false | Enable verbose logging | Public |
--pprof | bool | false | Enable pprof profiler | Internal |