Skip to content
Merged
Changes from 2 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
8 changes: 7 additions & 1 deletion reference/fleet/running-on-kubernetes-managed-by-fleet.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,13 @@ You can find {{agent}} Docker images [here](https://www.docker.elastic.co/r/elas
Download the manifest file, substituting `{agent_version}` with the version number:

```sh
curl -L -O https://github.com/elastic/elastic-agent/blob/v{agent_version}/deploy/kubernetes/elastic-agent-managed-kubernetes.yaml
curl -L -O https://raw.githubusercontent.com/elastic/elastic-agent/refs/tags/v{agent_version}/deploy/kubernetes/elastic-agent-managed-kubernetes.yaml
```

For example, to download the manifest of the latest {{version.stack}} release:

```sh subs=true
curl -L -O https://github.com/elastic/elastic-agent/blob/v{{version.stack}}/deploy/kubernetes/elastic-agent-managed-kubernetes.yaml
```

::::{note}
Expand Down
Loading