From 5064045a13c13691c66e70cf91afc7b5d6841665 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Wed, 15 May 2019 16:17:54 +0100 Subject: [PATCH] docs: Add missing document link Add link in the README to the existing cpuset doc which previously was not very visible. Fixes #557. Signed-off-by: James O. D. Hunt --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3521d5ac84..83c55cc69f 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ * [Developer mode](#developer-mode) * [Enable trace support](#enable-trace-support) * [Enable debug console](#enable-debug-console) +* [`cpuset` cgroup details](#cpuset-cgroup-details) This project implements an agent called `kata-agent` that runs inside a virtual machine (VM). @@ -35,3 +36,7 @@ Add `agent.debug_console` to the guest kernel command line to allow the agent process to start a debug console. Debug console is only available if `bash` or `sh` is installed in the rootfs or initrd image. Developers can [connect to the virtual machine using the debug console](https://github.com/kata-containers/documentation/blob/master/Developer-Guide.md#connect-to-the-virtual-machine-using-the-debug-console) + +## `cpuset` cgroup details + +See the [cupset cgroup documentation](documentation/features/cpuset.md).