containerd/docs/cri
Antti Kervinen 10576c298e cri: support blockio class in pod and container annotations
This patch adds support for a container annotation and two separate
pod annotations for controlling the blockio class of containers.

The container annotation can be used by a CRI client:
  "io.kubernetes.cri.blockio-class"

Pod annotations specify the blockio class in the K8s pod spec level:
  "blockio.resources.beta.kubernetes.io/pod"
  (pod-wide default for all containers within)

  "blockio.resources.beta.kubernetes.io/container.<container_name>"
  (container-specific overrides)

Correspondingly, this patch adds support for --blockio-class and
--blockio-config-file to ctr, too.

This implementation follows the resource class annotation pattern
introduced in RDT and merged in commit 893701220.

Signed-off-by: Antti Kervinen <antti.kervinen@intel.com>
2022-04-29 11:44:09 +03:00
..
architecture.md Change the context to avoid misunderstandings 2022-02-10 11:06:25 +09:00
architecture.png Move CRI plugin's docs from docs/ to docs/cri/ 2020-11-10 11:49:05 -08:00
config.md cri: support blockio class in pod and container annotations 2022-04-29 11:44:09 +03:00
containerd.png Fix broken docs links (#5085) 2021-02-25 14:09:49 -06:00
cri.png docs: point cri release tarball to github release page 2021-01-03 17:50:40 +08:00
crictl.md Fix wrong make target on documentation 2021-11-23 03:42:08 +09:00
decryption.md fixing some doc links 2021-06-21 18:24:47 -05:00
installation.md Fix broken docs links (#5085) 2021-02-25 14:09:49 -06:00
performance.png Fix broken docs links (#5085) 2021-02-25 14:09:49 -06:00
proposal.md fixing some doc links 2021-06-21 18:24:47 -05:00
registry.md add section link 2021-04-07 12:29:43 -05:00
testing.md Fix broken docs links (#5085) 2021-02-25 14:09:49 -06:00