We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a35e5c + 1e46dd5 commit 927c895Copy full SHA for 927c895
modules/administration/pages/confidential-computing.adoc
@@ -64,7 +64,7 @@ coco:
64
. Run the command
65
+
66
----
67
-mgradm scale --coco-replicas 1
+scale uyuni-server-attestation --replicas 1
68
69
// (PLACEHOLDER): In the future instead of number 1, it should be possible to allow more then one container replica.
70
@@ -74,7 +74,7 @@ mgradm scale --coco-replicas 1
74
. To disable the already enabled attestation container, run the command:
75
76
77
-mgradm scale --coco-replicas 0
+scale uyuni-server-attestation --replicas 0
78
79
80
0 commit comments