Skip to content

Commit

Permalink
docs: updated the readme for ARM changes
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Jul 11, 2023
1 parent 0ad39b9 commit 1c52aab
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ cp .arg.template .arg
| Parameter | Description | Type | Default Value |
|------------------|-----------------------------------------------------------------------------------------------------------------------------------------|--------|------------------------|
| CUSTOM_TAG | Environment name for provider image tagging. The default value is `demo`. | String | `demo` |
| ARCH | The platform architecture to create Edge artifacts for. Allowed values are `amd64`, `arm64`| String |`amd64`|
| IMAGE_REGISTRY | Image registry name that will store the image artifacts. The default value points to the *ttl.sh* image registry, an anonymous and ephemeral Docker image registry where images live for a maximum of 24 hours by default. If you wish to make the images exist longer than 24 hours, you can use any other image registry to suit your needs. | String | `ttl.sh` |
| OS_DISTRIBUTION | OS distribution of your choice. For example, it can be `ubuntu` or `opensuse-leap`. | String | `ubuntu` |
| IMAGE_REPO | Image repository name in your chosen registry. | String | `$OS_DISTRIBUTION` |
Expand Down Expand Up @@ -173,7 +174,10 @@ docker push ttl.sh/ubuntu-demo:k3s-1.24.6-v3.4.3-demo

13. Build a cluster in [Palette](https://console.spectrocloud.com).

### How-Tos
### Learning Resources

* [Building Edge Native Artifacts]([https://docs.spectrocloud.com/clusters/edge/edgeforge-workflow/palette-canvos](https://deploy-preview-1318--docs-spectrocloud.netlify.app/clusters/edge/edgeforge-workflow/palette-canvos))

* [Building Edge Native Artifacts](https://docs.spectrocloud.com/clusters/edge/edgeforge-workflow/palette-canvos) - A how-to guide for using CanvOS.

* [Deploy Edge Cluster](https://docs.spectrocloud.com/clusters/edge/site-deployment/deploy-cluster) - An end-to-end tutorial for learning how to deploy an Edge cluster in VMware that simulates a bare metal environmet.

0 comments on commit 1c52aab

Please sign in to comment.