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.

| Subcommand | Description | |---|---| | license | Print license information | | start | Start the CSI driver | | version | Print the build version |

Terminal window
csi.flexfs start [flags]

| Flag | Type | Default | Description | Visibility | |---|---|---|---|---| | --bindAddr | string | unix:///csi/csi.sock | Address to bind (unix socket) | Public | | --pprof | bool | false | Enable pprof profiler | Internal | | --pprofPort | int | 6061 | Pprof server port | Internal | | --verbose, -v | bool | false | Enable verbose logging | Public |