Open sclevine opened 12 hours ago
This PR adds support for migrating agents to/from Enterprise or Enterprise FIPS editions of Teleport
This is accomplished by storing install flags in update.yaml, and appending _ent or _ent_fips to version directories.
_ent
_ent_fips
ubuntu@legendary-mite:~$ ./teleport-update status proxy: example.com enabled: true pinned: false active: version: 16.4.7 flags: [Enterprise] target: version: 16.4.7 flags: [Enterprise] in_window: true jitter: 1m0s
The teleport-update binary will be used to enable, disable, and trigger automatic Teleport agent updates. The new auto-updates system manages a local installation of the cluster-specified version of Teleport stored in /var/lib/teleport/versions.
teleport-update
/var/lib/teleport/versions
RFD: https://github.com/gravitational/teleport/pull/47126 Goal (internal): https://github.com/gravitational/cloud/issues/10289
This PR adds support for migrating agents to/from Enterprise or Enterprise FIPS editions of Teleport
This is accomplished by storing install flags in update.yaml, and appending
_ent
or_ent_fips
to version directories.The
teleport-update
binary will be used to enable, disable, and trigger automatic Teleport agent updates. The new auto-updates system manages a local installation of the cluster-specified version of Teleport stored in/var/lib/teleport/versions
.RFD: https://github.com/gravitational/teleport/pull/47126 Goal (internal): https://github.com/gravitational/cloud/issues/10289