Skip to content
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
4 changes: 2 additions & 2 deletions reference/fleet/running-on-kubernetes-managed-by-fleet.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ You can find {{agent}} Docker images [here](https://www.docker.elastic.co/r/elas
::::


Download the manifest file:
Download the manifest file, substituting `{agent_version}` with the version number:

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

::::{note}
Expand Down
Loading