From c0d63796a22fd3fdae55c2e335eea77c340f7f78 Mon Sep 17 00:00:00 2001 From: Eric Ernst Date: Fri, 29 Mar 2019 10:06:02 -0700 Subject: [PATCH] constraints: add as part of design documents Let's keep all design documents in the same logical location. Updating the file to be called 'cpu-constraints', though we may want to expand to resource constraints going forward. Fixes: #417 Signed-off-by: Eric Ernst --- Limitations.md | 2 +- design/VSocks.md | 2 +- constraints/cpu.md => design/cpu-constraints.md | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename constraints/cpu.md => design/cpu-constraints.md (100%) diff --git a/Limitations.md b/Limitations.md index 5a4ff50ee6..b82676d9fa 100644 --- a/Limitations.md +++ b/Limitations.md @@ -138,7 +138,7 @@ these commands is potentially challenging. See issue https://github.com/clearcontainers/runtime/issues/341 and [the constraints challenge](#the-constraints-challenge) for more information. For CPUs resource management see -[cpu-constraints](constraints/cpu.md). +[cpu-constraints](design/cpu-constraints.md). ### docker run and shared memory diff --git a/design/VSocks.md b/design/VSocks.md index 302531592e..c17818d4dd 100644 --- a/design/VSocks.md +++ b/design/VSocks.md @@ -130,5 +130,5 @@ the containers are removed automatically. [2]: https://github.com/kata-containers/proxy [3]: https://github.com/hashicorp/yamux [4]: https://wiki.qemu.org/Features/VirtioVsock -[5]: https://github.com/kata-containers/documentation/blob/master/constraints/cpu.md#virtual-cpus-and-kubernetes-pods +[5]: https://github.com/kata-containers/documentation/blob/master/design/cpu-constraints.md#virtual-cpus-and-kubernetes-pods [6]: https://github.com/kata-containers/shim diff --git a/constraints/cpu.md b/design/cpu-constraints.md similarity index 100% rename from constraints/cpu.md rename to design/cpu-constraints.md