Skip to main content

Teleport Cluster

Upgrade

  • Check pv is set to Retain

  • Backup data by taking a shell on the teleport-cluster pod

    tctl get all --with-secrets > state.yaml
  • Copy the backup to local laptop/desktop

    kubectl cp teleport-cluster/teleport-cluster-7dcbdbfc7d-drhg4:/backup.yaml .