Skip to content
Merged
Changes from 1 commit
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
6 changes: 6 additions & 0 deletions reference/fleet/running-on-kubernetes-managed-by-fleet.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ Download the manifest file, substituting `{agent_version}` with the version numb
curl -L -O https://github.com/elastic/elastic-agent/blob/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}
You might need to adjust [resource limits](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) of the {{agent}} container in the manifest. Container resource usage depends on the number of data streams and the environment size.
::::
Expand Down
Loading