From e2ee2c190fa209f462916b77f2b9b6d798950c37 Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Mon, 1 Apr 2024 08:08:24 -0700 Subject: [PATCH] docs: update installer-reference.md (#2535) (#2537) fixed capitalizations in User Data Parameters Co-authored-by: Justin Barksdale <3pings@users.noreply.github.com> --- .../clusters/edge/edge-configuration/installer-reference.md | 6 +++--- docs/docs-content/introduction/resource-usage-estimation.md | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/docs-content/clusters/edge/edge-configuration/installer-reference.md b/docs/docs-content/clusters/edge/edge-configuration/installer-reference.md index bb4477ccae..714567d36e 100644 --- a/docs/docs-content/clusters/edge/edge-configuration/installer-reference.md +++ b/docs/docs-content/clusters/edge/edge-configuration/installer-reference.md @@ -28,9 +28,9 @@ The Edge Installer is configured with a set of default values. | Parameter | Default | Description | | --------------------- | ---------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `PaletteEndpoint` | `api.console.spectrocloud.com` | The Palette API endpoint. | -| `Prefix` | `edge` | The default prefix to apply to the unique identifier. | -| `RegistrationURL` | `https://edge-registration-generic.vercel.app` | The URL that operators should use when registering the Edge host with Palette. | +| `paletteEndpoint` | `api.console.spectrocloud.com` | The Palette API endpoint. | +| `prefix` | `edge` | The prefix prepended to the edge device hostname to form the unique identifier. | +| `registrationURL` | `https://edge-registration-generic.vercel.app` | The URL that operators should use when registering the Edge host with Palette. | | `disableAutoRegister` | `false` | Set to `true` if you want to disable auto registration. Refer to the [Register Edge Host](../site-deployment/site-installation/edge-host-registration.md) reference page to learn more about Edge host registrations. | The default values assume you are installing the Edge host in an environment without a network proxy, do not require diff --git a/docs/docs-content/introduction/resource-usage-estimation.md b/docs/docs-content/introduction/resource-usage-estimation.md index 642721f0f8..2d7f22ab4f 100644 --- a/docs/docs-content/introduction/resource-usage-estimation.md +++ b/docs/docs-content/introduction/resource-usage-estimation.md @@ -20,7 +20,8 @@ count, the number of CPUs per node, and the duration of time these nodes are in the product by 1000. For instance, if you deploy a single-node cluster with 16 CPU for 24 hours continuously,you will use about 0.39 kCh. -Alternatively, if you deploy a three-node cluster that has 16 CPUs per node for 24 hours continuously, you will use about 1.2 kCh. +Alternatively, if you deploy a three-node cluster that has 16 CPUs per node for 24 hours continuously, you will use +about 1.2 kCh. ![A diagram that offers a visual representation of how Palette calculates resource usage in kCh.](/introduction_resource-usage-estimation_diagram-kCh-calculation.webp)