Skip to content
Merged
Show file tree
Hide file tree
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
11 changes: 7 additions & 4 deletions docs/pages/upgrading/agent-managed-updates-v1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@ title: Managed Updates for Teleport Agents (v1)
description: Describes how to set up Managed Updates for Teleport Agents (v1)
---
<Admonition type="warning">
This document describes Managed Updates for Agents (v1), which is
currently supported but will be deprecated after [Managed Updates for
Agents (v2)](./agent-managed-updates.mdx) is generally available.
This document describes Managed Updates for Agents (v1), which
is currently supported but may be removed in future versions of Teleport.

For Managed Updates v2 instructions, see [Managed Updates for
Agents (v2)](./agent-managed-updates.mdx).
</Admonition>

Managed Updates v1 uses a script called `teleport-upgrade` that is provided by
the `teleport-ent-updater` package and configured by the `cluster_maintenance_config`
Teleport resource. Managed Updates v2 uses a binary called `teleport-update` that is
provided by the `teleport` package and configured by the `autoupdate_version` and
`autoupdate_config`. The original updater and resource are described in this document.
`autoupdate_config` resources. The original updater and resource are described in
this document.

Only Enterprise versions of Teleport can use Managed Updates v1.

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/upgrading/agent-managed-updates.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Describes how to set up Managed Updates (v2) for Teleport Agents
---

<Admonition type="warning">
This document describes Managed Updates for Agents (v2), which is gradually being rolled out to Cloud.
This document describes Managed Updates for Agents (v2), which replaces Managed Updates v1.

For Managed Updates v1 instructions, see
[Managed Updates for Agents (v1)](./agent-managed-updates-v1.mdx).
Expand Down
Loading