From dd071258303fd82ca5e48781658bfe0fd1a80425 Mon Sep 17 00:00:00 2001 From: Carl George Date: Sep 01 2025 16:23:34 +0000 Subject: koschei: fix code block formatting Rendering a literal block in asciidoc requires four periods, not three. Signed-off-by: Carl George --- diff --git a/modules/sysadmin_guide/pages/koschei.adoc b/modules/sysadmin_guide/pages/koschei.adoc index f5e7788..3ab975d 100644 --- a/modules/sysadmin_guide/pages/koschei.adoc +++ b/modules/sysadmin_guide/pages/koschei.adoc @@ -135,10 +135,10 @@ done, new Deployments are rolled. Certain Koschei operation tasks are done with the `koschei-admin` CLI tool. The container where the tool is available can be accessed with: -... +.... oc project koschei oc rsh deploy/admin -... +.... == Suspending Koschei operation