You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _partials/_canvos-edge-arg-file.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Specify the system architecture, OS distribution, and version. These configurati
17
17
18
18
19
19
For example, if your `.arg` file contains the following arguments, the full image reference would be
20
-
`ttl.sh/ubuntu:k3s-1.33.5-v4.8.5-demo`.
20
+
`ttl.sh/ubuntu:k3s-1.33.5-v4.7.2-demo`.
21
21
22
22
```text
23
23
IMAGE_REGISTRY=ttl.sh
@@ -31,4 +31,4 @@ Specify the system architecture, OS distribution, and version. These configurati
31
31
32
32
The `.arg` file uses the default values for any remaining arguments. Refer to [Edge Artifact Build Configurations](/clusters/edge/edgeforge-workflow/palette-canvos/arg/) for all available `.arg` configuration parameters.
33
33
34
-
Using the arguments defined in the `.arg` file, the final provider images you generate will have the following naming convention, `[IMAGE_REGISTRY]/[IMAGE_REPO]:[CUSTOM_TAG]`. For example, one of the provider images might be `spectrocloud/ubuntu:k3s-1.33.5-v4.8.5-palette-learn`.
34
+
Using the arguments defined in the `.arg` file, the final provider images you generate will have the following naming convention, `[IMAGE_REGISTRY]/[IMAGE_REPO]:[CUSTOM_TAG]`. For example, one of the provider images might be `spectrocloud/ubuntu:k3s-1.33.5-v4.7.2-palette-learn`.
Copy file name to clipboardExpand all lines: _partials/_canvos-edge-user-data.mdx
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,12 @@ From the CanvOS directory, copy the **user-data.template** file and name the cop
8
8
- paletteEndpoint
9
9
- projectName
10
10
11
-
The `user-data` file uses the `cloud-init``cloud-config` format. The first line of your file must be `#cloud-config` to ensure that `cloud-init` recognizes and applies the configuration correctly.
11
+
The `user-data` file uses the `cloud-init``cloud-config` format. The first line of your file must be `#cloud-config` to ensure that `cloud-init` recognizes and applies the configuration correctly. Delete any unused arguments.
12
12
13
13
```shell
14
14
#cloud-config
15
15
stylus:
16
16
site:
17
17
...
18
18
```
19
-
Refer to [Cloud Init Stages](/clusters/edge/edge-configuration/cloud-init/) and the [Edge Installer Configuration Reference](/clusters/edge/edge-configuration/installer-reference/) for supported keys and stages.
20
-
19
+
Refer to [Prepare User Data and Argument Files](/clusters/edge/edgeforge-workflow/prepare-user-data/) for more information about configuring your `user-data` file and to see sample files for different use cases. Refer to [Cloud Init Stages](/clusters/edge/edge-configuration/cloud-init/), and the [Edge Installer Configuration Reference](/clusters/edge/edge-configuration/installer-reference/) for supported keys and stages.
Copy file name to clipboardExpand all lines: docs/docs-content/clusters/edge/edgeforge-workflow/palette-canvos/palette-canvos.md
+16-12Lines changed: 16 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,10 +118,10 @@ customization.
118
118
5. If you are using a self-hosted instance of Palette and have determined a specific CanvOS version, checkout out the
119
119
corresponding tag.
120
120
121
-
Otherwise, check out the newest available tag. This guide uses the tag **v4.8.5** as an example.
121
+
Otherwise, check out the newest available tag. This guide uses the tag **v4.7.2** as an example.
122
122
123
123
```shell
124
-
git checkout v4.8.5
124
+
git checkout v4.7.2
125
125
```
126
126
127
127
6. Review the files relevant for this guide.
@@ -144,6 +144,8 @@ customization.
144
144
- IMAGE_REPO
145
145
- CUSTOM_TAG
146
146
147
+
For more information about preparing the `.arg` file and full sample files, refer to [Prepare User Data and Argument Files](/clusters/edge/edgeforge-workflow/prepare-user-data/).
16. After pushing the provider images to the image registry, open a web browser and log in to
@@ -362,7 +364,7 @@ customization.
362
364
system.repo: ubuntu
363
365
system.k8sDistribution: k3s
364
366
system.osName: ubuntu
365
-
system.peVersion: v4.8.5
367
+
system.peVersion: v4.7.2
366
368
system.customTag: palette-learn
367
369
system.osVersion: 22
368
370
```
@@ -484,10 +486,10 @@ required Edge artifacts.
484
486
5. If you are using a self-hosted instance of Palette and have determined a specific CanvOS version, checkout out the
485
487
corresponding tag.
486
488
487
-
Otherwise, check out the newest available tag. This guide uses **v4.8.5** tag as an example.
489
+
Otherwise, check out the newest available tag. This guide uses **v4.7.2** tag as an example.
488
490
489
491
```shell
490
-
git checkout v4.8.5
492
+
git checkout v4.7.2
491
493
```
492
494
493
495
6. Review the files relevant for this guide.
@@ -498,6 +500,8 @@ required Edge artifacts.
498
500
- `earthly.sh` - Script to invoke the `Earthfile`, and generate target artifacts.
499
501
- `user-data.template` - A sample file containing user data.
500
502
503
+
For more information about preparing the `.arg` file, refer to [Prepare User Data and Argument Files](/clusters/edge/edgeforge-workflow/prepare-user-data/)
504
+
501
505
7. Copy the **.arg.template** file from the **CanvOS** directory and name the copy **.arg**. Edit the `.arg` file to
502
506
include the following arguments. These are the most commonly used arguments.
503
507
@@ -675,7 +679,7 @@ Refer to the [Edge Configuration Stages](../../edge-configuration/cloud-init.md)
675
679
system.repo: opensuse-leap
676
680
system.k8sDistribution: k3s
677
681
system.osName: opensuse-leap
678
-
system.peVersion: v4.8.5
682
+
system.peVersion: v4.7.2
679
683
system.customTag: palette-learn
680
684
system.osVersion:
681
685
```
@@ -690,7 +694,7 @@ Refer to the [Edge Configuration Stages](../../edge-configuration/cloud-init.md)
690
694
691
695
```hideClipboard bash
692
696
REPOSITORY TAG IMAGE ID CREATED SIZE
693
-
spectrocloud/opensuse-leap k3s-1.33.5-v4.8.5-palette-learn 2427e3667b2f 24 minutes ago 2.22GB
697
+
spectrocloud/opensuse-leap k3s-1.33.5-v4.7.2-palette-learn 2427e3667b2f 24 minutes ago 2.22GB
694
698
```
695
699
696
700
14. To use the provider images in your cluster profile, push them to the image registry mentioned in the `.arg` file.
@@ -709,7 +713,7 @@ Refer to the [Edge Configuration Stages](../../edge-configuration/cloud-init.md)
0 commit comments