diff --git a/docs/pages/upgrading/agent-managed-updates-v1.mdx b/docs/pages/upgrading/agent-managed-updates-v1.mdx index 08489aa239280..ef5a90c141e49 100644 --- a/docs/pages/upgrading/agent-managed-updates-v1.mdx +++ b/docs/pages/upgrading/agent-managed-updates-v1.mdx @@ -3,16 +3,19 @@ title: Managed Updates for Teleport Agents (v1) description: Describes how to set up Managed Updates for Teleport Agents (v1) --- -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). 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. diff --git a/docs/pages/upgrading/agent-managed-updates.mdx b/docs/pages/upgrading/agent-managed-updates.mdx index 161ca980e3fdb..a897b8adca92c 100644 --- a/docs/pages/upgrading/agent-managed-updates.mdx +++ b/docs/pages/upgrading/agent-managed-updates.mdx @@ -4,7 +4,7 @@ description: Describes how to set up Managed Updates (v2) for Teleport Agents --- -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).