[feature request] CRI pause/unpause container interface #2622
Labels
areas/cri
kind/feature
kind/feature-request
This is a feature request from community for PouchContainer
Why you need it?
Under serverless situation, we may pre-allocate a batch of container which were ready to serve, waiting online. In order to reduce the cost of system resource, we stop these containers, and start them when they are required to serve.
I propose using pause container to balance the resource cost and application start-up time.
How it could be?
extend the CRI v1alpha2 interface, allow to pause/unpause a container through CRI.
Other related information
CRI client interface (generated by protoc)
The text was updated successfully, but these errors were encountered: