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.
Subcommands
Section titled “Subcommands”| Subcommand | Description |
|---|---|
| license | Print license information |
| start | Start the CSI driver |
| version | Print the build version |
csi.flexfs start [flags]Start Flags
Section titled “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 |