From 33ad0ad3c094ad704f76131826e0f1ee49ae43f0 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Mon, 14 Oct 2024 10:20:39 +0100 Subject: [PATCH 1/3] HRM-1429 --- content/manuals/harmonia/_index.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/content/manuals/harmonia/_index.md b/content/manuals/harmonia/_index.md index 3172749f951c..25712a78ae5a 100644 --- a/content/manuals/harmonia/_index.md +++ b/content/manuals/harmonia/_index.md @@ -49,13 +49,21 @@ To verify creation, check the context switcher in the top-left corner of the Doc Run the following command: ```console -$ docker harmonia engine create cloudengine --arch "amd64" --use +$ docker harmonia engine create cloudengine --type "standard-amd64" --use ``` This creates an engine called `cloudengine` and: - Immediately switches you to the new cloud engine with the `--use` flag. -- Sets the engine's CPU architecture to amd64 using the `--arch "amd64"` flag. You can choose between amd64 and arm64. -- Configures the engine size with the `--size "standard"` flag. Options are standard (2 CPU cores, 4GB RAM, default) or large (4 CPU cores, 8GB RAM). +- Sets the engine size to standard and the engine's CPU architecture to amd64 with the `--type` flag. + +Project Harmonia supports the following values for `--type`: +- `standard-arm64` +- `standard-amd64` (default) +- `large-arm64` +- `large-amd64` +- `aiml-amd64` + +A standard size engines has 2 CPU cores and 4GB RAM, large and AI/ML engines have 4 CPU cores and 8GB RAM. To verify you're using the newly created cloud engine, run: From 490b218399d1ef15212d837eafc156b1dd584ae7 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Mon, 14 Oct 2024 10:22:13 +0100 Subject: [PATCH 2/3] grammar --- content/manuals/harmonia/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/harmonia/_index.md b/content/manuals/harmonia/_index.md index 25712a78ae5a..57bc08b6935c 100644 --- a/content/manuals/harmonia/_index.md +++ b/content/manuals/harmonia/_index.md @@ -63,7 +63,7 @@ Project Harmonia supports the following values for `--type`: - `large-amd64` - `aiml-amd64` -A standard size engines has 2 CPU cores and 4GB RAM, large and AI/ML engines have 4 CPU cores and 8GB RAM. +Standard size engines have 2 CPU cores and 4GB RAM, large and AI/ML engines have 4 CPU cores and 8GB RAM. To verify you're using the newly created cloud engine, run: From 13d841ac8557b09f25c613c4bc45a11d2ccfd4c0 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Mon, 14 Oct 2024 10:25:32 +0100 Subject: [PATCH 3/3] vale fix --- content/manuals/harmonia/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/harmonia/_index.md b/content/manuals/harmonia/_index.md index 57bc08b6935c..ed42d5089104 100644 --- a/content/manuals/harmonia/_index.md +++ b/content/manuals/harmonia/_index.md @@ -63,7 +63,7 @@ Project Harmonia supports the following values for `--type`: - `large-amd64` - `aiml-amd64` -Standard size engines have 2 CPU cores and 4GB RAM, large and AI/ML engines have 4 CPU cores and 8GB RAM. +Standard size engines have 2 CPU cores and 4GB RAM, large and AI/ML engines have 4 CPU cores and 8GB RAM. To verify you're using the newly created cloud engine, run: