diff --git a/CHANGELOG.md b/CHANGELOG.md index fe5fd97abee..065a20b40e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +- Confidential Computing command updated in Administration Guide + (bsc#1246638) - Documented that Ansible for the control node must come from the distribution of the client (bsc#1244125) - Fixed troubleshooting procedure about login timeout in Administration diff --git a/modules/administration/pages/confidential-computing.adoc b/modules/administration/pages/confidential-computing.adoc index 9db796616fc..4819826ee89 100644 --- a/modules/administration/pages/confidential-computing.adoc +++ b/modules/administration/pages/confidential-computing.adoc @@ -64,7 +64,7 @@ coco: . Run the command + ---- -mgradm scale --coco-replicas 1 +mgradm scale uyuni-server-attestation --replicas 1 ---- // (PLACEHOLDER): In the future instead of number 1, it should be possible to allow more then one container replica. @@ -74,7 +74,7 @@ mgradm scale --coco-replicas 1 . To disable the already enabled attestation container, run the command: + ---- -mgradm scale --coco-replicas 0 +mgradm scale uyuni-server-attestation --replicas 0 ----