Skip to content

Commit

Permalink
docs: DOC-1421 DOC-1420 (#4250) (#4252)
Browse files Browse the repository at this point in the history
* docs: DOC-1421

* docs: DOC-1420

* docs: fix incorrect command

(cherry picked from commit 54857bf)

Co-authored-by: Karl Cardenas <[email protected]>
  • Loading branch information
1 parent ab844bd commit d4b8290
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ same time in a single command.

1. Download Palette Edge CLI and assign the executable bit to the CLI. Refer to
[Palette Components Compatibility Matrix](../../../../component.md#palette-edge-cli-versions) to use the right
Palette Edge CLI version. This guide uses 4.4.2 as an example.
Palette Edge CLI version. This guide uses 4.4.12 as an example.

```shell
VERSION=4.4.2
VERSION=4.4.12
wget https://software.spectrocloud.com/stylus/v$VERSION/cli/linux/palette-edge
chmod +x palette-edge
```
Expand All @@ -66,7 +66,7 @@ same time in a single command.

```hideClipboard bash
Usage:
palette-edge-cli [command]
palette-edge [command]
Available Commands:
build Build the content
Expand All @@ -79,11 +79,11 @@ same time in a single command.
Flags:
--config string config file (default is $HOME/.palette-edge-cli.yaml)
--debug set to enable debug logging [default: false]
-h, --help help for palette-edge-cli
-h, --help help for palette-edge
--logfile string log file name
--trace set to enable trace logging [default: false]
Use "palette-edge-cli [command] --help" for more information about a command.
Use "palette-edge [command] --help" for more information about a command.
```

4. Log in to [Palette](https://console.spectrocloud.com).
Expand Down Expand Up @@ -111,7 +111,7 @@ same time in a single command.
10. Issue the following command to export the cluster definition.

```shell
palette-edge-cli build --api-key <apiKey> \
palette-edge build --api-key <apiKey> \
--project-id <projectId> \
--palette-endpoint <paletteEndpoint> \
--cluster-definition-name <clusterDefinitionName> \
Expand Down
3 changes: 1 addition & 2 deletions docs/docs-content/getting-started/aws/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ section are centered around a fictional case study company, Spacetastic Ltd.
must have the required [IAM policies](../../clusters/public-cloud/aws/required-iam-policies.md).

- An SSH key pair available in the region where you want to deploy the cluster. Check out the
[Create EC2 SSH Key Pair](https://docs.aws.amazon.com/ground-station/latest/ug/create-ec2-ssh-key-pair.html) for
guidance.
[Create EC2 SSH Key Pair](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/create-key-pairs.html) for guidance.

## Enablement

Expand Down

0 comments on commit d4b8290

Please sign in to comment.