From 334bbe0f243b7e6f643518f88b20518b742c9f11 Mon Sep 17 00:00:00 2001 From: Julio Montes Date: Tue, 18 Sep 2018 16:24:02 -0500 Subject: [PATCH] Limitations: update 'update command' section update 'update command' section fixes #248 Signed-off-by: Julio Montes --- Limitations.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Limitations.md b/Limitations.md index 82ee4a7691..a0555bbb9b 100644 --- a/Limitations.md +++ b/Limitations.md @@ -123,15 +123,8 @@ See issue https://github.com/kata-containers/runtime/issues/129 for more informa ### update command -The runtime does not currently implement the update command, hence -does not support some of the `docker update` functionality. Much of the -`update` functionality is based around cgroup configurations. - -It might be possible to implement some of the update functionality by adjusting cgroups either around the VM or inside the container VM, or by some other VM functional equivalent. See [the constraints challenge](#the-constraints-challenge) section for further information on how to handle constraints. - -Note that the OCI standard does not specify an `update` command. - -See issue https://github.com/kata-containers/runtime/issues/189 for more information. +Currently, only block I/O weight is not supported. +All other configurations are supported and are working properly. ## Networking