Drain labeled microservice containers before data-plane stop
Stops ioFog microservice containers via the control plane while the CRI socket is still up.
Default timeout follows shutdownGracePeriodSeconds (90s). Exit 0 when drain completes; exit 1 on timeout.
edgelet runtime drain [flags]
-h, --help help for drain
--timeout int Drain budget in seconds (0 = server default) (default 90)
--debug Debug logging
--no-color Disable color and interactive UX
-o, --output string Output format: human, json, yaml (default "human")
--quiet Suppress interactive progress output
--socket string Edgelet API unix socket path
--verbose Verbose logging
- edgelet runtime - Embedded runtime data-plane operations