Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: updated agent-mode #4268

Merged
merged 1 commit into from
Oct 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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