This repository has been archived by the owner on May 12, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
container: update: Allow updates once container is created
Before, we would only allow for a container-update command to proceed if the container was in the running state. So long as the container is created, this should be allowed. This was found using the `static` policy for Kubernetes CPU manager[1]. Where the `update` command is called after the `create` runtime command (when the container state is `ready`). [1] https://github.com/kubernetes/community/blob/95a4a1/contributors/design-proposals/node/cpu-manager.md#example-scenarios-and-interactions Fixes: #1083 Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
- Loading branch information