From c733119db79ed592eb29e8f9cfc510082b6ba0fb Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Wed, 13 Jul 2022 12:37:28 +0300 Subject: [PATCH] cri doc: fix formatting for CDI options Signed-off-by: Ed Bartosh --- docs/cri/config.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/cri/config.md b/docs/cri/config.md index 17ff7cc21..c2bf18f91 100644 --- a/docs/cri/config.md +++ b/docs/cri/config.md @@ -218,12 +218,12 @@ version = 2 enable_unprivileged_icmp = false # enable_cdi enables support of the Container Device Interface (CDI) - # For more details about CDI and the syntax of CDI Spec files please refer to - # https://github.com/container-orchestrated-devices/container-device-interface. - enable_cdi = false + # For more details about CDI and the syntax of CDI Spec files please refer to + # https://github.com/container-orchestrated-devices/container-device-interface. + enable_cdi = false # cdi_spec_dirs is the list of directories to scan for CDI spec files - cdi_spec_dirs = ["/etc/cdi", "/var/run/cdi"] + cdi_spec_dirs = ["/etc/cdi", "/var/run/cdi"] # 'plugins."io.containerd.grpc.v1.cri".containerd' contains config related to containerd [plugins."io.containerd.grpc.v1.cri".containerd]