Skip to content

Commit

Permalink
docs: updated agent-mode (#4268)
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding authored Oct 13, 2024
1 parent 959de22 commit 4a6ea9b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ internet.
4. Download the agent installation image from a host with internet access and export it to a TAR file. Replace
`<architecture>` with the architecture of your CPU. If you have ARM64, use `arm64`. If you have AMD64 or x86_64, use
`amd64`. Replace `<version>` with the desired version number. In this example, we use `v4.5.x`.
`amd64`. Replace `<version>` with the desired version number. In this example, we use `v4.5.0`.
```shell
crane pull us-docker.pkg.dev/palette-images/edge/stylus-agent-mode-linux-<architecture>:<version> agent-image.tar
Expand All @@ -296,7 +296,7 @@ internet.
5. Issue the following command from a host with internet access to download the agent binary and name the binary
`palette-agent`. Replace `<architecture>` with the architecture of your CPU. If you have ARM64, use `arm64`. If you
have AMD64 or x86_64, use `amd64`. Replace `<version>` with the desired version number. In this example, we use
`v4.5.x`.
`v4.5.0`.
```shell
export URL=https://github.com/spectrocloud/agent-mode/releases/download/<version>/palette-agent-linux-<architecture>
Expand Down

0 comments on commit 4a6ea9b

Please sign in to comment.