Skip to content

Commit

Permalink
Initial commit adding projectName as a prereq to Palette Agent user-d…
Browse files Browse the repository at this point in the history
…ata file
  • Loading branch information
achuribooks committed Jan 13, 2025
1 parent 2af2d4d commit 6667886
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,19 @@ Palette. You will then create a cluster profile and use the registered host to d

:::

The following configuration includes the default Palette endpoint, a registration token, and sets up the `kairos`
The following configuration includes a Palette registration token and the default Palette endpoint, specifies the Palette project, and sets up the `kairos`
user. The host will not shut down and will reboot after the agent installation, with
[kube-vip](../../clusters/edge/networking/kubevip.md) enabled, as this is required for bare metal and VMware vSphere
deployments. If your environment does not require kube-vip, set `skipKubeVip:` to `true`. Refer to the
[Prepare User Data](../../clusters/edge/edgeforge-workflow/prepare-user-data.md) guide to learn more about user data
configuration.

:::info

The `projectName` parameter is not required if your Palette [registration token](../../clusters/edge/site-deployment/site-installation/create-registration-token.md) has a Default Project set.

:::

```shell
cat << EOF > user-data
#cloud-config
Expand All @@ -144,6 +150,7 @@ Palette. You will then create a cluster profile and use the registered host to d
site:
edgeHostToken: $TOKEN
paletteEndpoint: api.spectrocloud.com
projectName: Default
stages:
initramfs:
- users:
Expand Down

0 comments on commit 6667886

Please sign in to comment.