From 9aa6b1ca630caed7314666d44e9debe9061eca7c Mon Sep 17 00:00:00 2001 From: Oz Tiram Date: Mon, 25 Sep 2023 18:45:25 +0200 Subject: [PATCH] Tiny doc fixes for edge (#1603) * Fix command to create ISO for user-data * Fix formatting of edge-host registration * Update docs/docs-content/clusters/edge/site-deployment/site-installation/site-user-data.md --------- Co-authored-by: Karl Cardenas --- .../site-installation/edge-host-registration.md | 12 ++++++------ .../site-installation/site-user-data.md | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/docs-content/clusters/edge/site-deployment/site-installation/edge-host-registration.md b/docs/docs-content/clusters/edge/site-deployment/site-installation/edge-host-registration.md index a40056aba6..e6449264c3 100644 --- a/docs/docs-content/clusters/edge/site-deployment/site-installation/edge-host-registration.md +++ b/docs/docs-content/clusters/edge/site-deployment/site-installation/edge-host-registration.md @@ -24,7 +24,6 @@ A registration token is required for the Edge host registration process. Without ::: - ## Registration Method To register the Edge host, you are required to use a registration token with all three registration options. Edge hosts are registered under the default project chosen for the registration token. You can override the default project by specifying the project in the Edge Installer [user data](../../edge-configuration/installer-reference.md) configuration file. @@ -65,6 +64,7 @@ stylus: - A tenant registration token is required. Refer to the [Create a Registration Token](create-registration-token.md) guide for more information. + #### Create Registration Token To create a registration token, use the following steps. @@ -130,17 +130,17 @@ Use the following steps to manually register an Edge host in Palette. Example Output: ```shell - tіме="2022-11-03T11:30:10Z" level=info Msg="starting stylus reset plugin" - t¡me="2022-11-03T11:30:102" level=info Msg="reset cached site name from uuid, cached: edge-03163342f7f0e6fe20de095ed8548c93" + time="2022-11-03T11:30:10Z" level=info Msg="starting stylus reset plugin" + time="2022-11-03T11:30:102" level=info Msg="reset cached site name from uuid, cached: edge-03163342f7f0e6fe20de095ed8548c93" time="2022-11-03T11:30:102" level=info Msg="reset cached site name from unid, new: edge-9e8e3342bafa9eb6d45f81c1f6714ea2" MachineD: edge-9eBe3342bafaeb6d45f81c1fb714ea2 - tіме="2022-11-03T11:30:192" level=info Msg="MachineIP: 10.239.10.145" + time="2022-11-03T11:30:192" level=info Msg="MachineIP: 10.239.10.145" ``` - :::info +:::info You can also specify an Edge host's unique identifier in the user data by using the `stylus.site.Name` parameter. Refer to the [Installer Configuration](../../edge-configuration/installer-reference.md) resource to learn more about available configuration parameters. - ::: +::: #### Register the Edge Host in Palette diff --git a/docs/docs-content/clusters/edge/site-deployment/site-installation/site-user-data.md b/docs/docs-content/clusters/edge/site-deployment/site-installation/site-user-data.md index 6d45a580e9..fdcbfb5a88 100644 --- a/docs/docs-content/clusters/edge/site-deployment/site-installation/site-user-data.md +++ b/docs/docs-content/clusters/edge/site-deployment/site-installation/site-user-data.md @@ -23,7 +23,7 @@ Use the following steps to create an ISO file containing the additional user dat 1. Create a file called **user-data** that contains the additional configurations you want to override or inject. -
+
```shell touch user-data @@ -42,7 +42,7 @@ Use the following steps to create an ISO file containing the additional user dat MacOS/Linux: ```shell - mkisofs -output site-user data.iso -volid cidata -joliet -rock user data meta-data + mkisofs -output site-user-data.iso -volid cidata -joliet -rock user-data meta-data ``` Windows: