Skip to content

Rename to uyuni-server-attestation #4178

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/administration/pages/confidential-computing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ coco:
. Run the command
+
----
mgradm scale --coco-replicas 1
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.

Expand All @@ -74,7 +74,7 @@ mgradm scale --coco-replicas 1
. To disable the already enabled attestation container, run the command:
+
----
mgradm scale --coco-replicas 0
scale uyuni-server-attestation --replicas 0
----


Expand Down