From da5cfa0f4755abbb9ab8fc1c81c3230aeca7c1a9 Mon Sep 17 00:00:00 2001 From: oshati Date: Tue, 7 May 2024 15:54:53 +0100 Subject: [PATCH] update cloud migration doc --- docs/pages/migrating.mdx | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/pages/migrating.mdx b/docs/pages/migrating.mdx index 16c23265542e2..3202a6d4c2bb9 100644 --- a/docs/pages/migrating.mdx +++ b/docs/pages/migrating.mdx @@ -167,7 +167,7 @@ Note: ​​Migration of agents can be done all at once or gradually, depending Once the migration is complete, validate that the resources are present in the Teleport Cluster and verify their status and connectivity to ensure they are properly registered and available for connections. You can either check via the Web UI, or use `tctl` to get a list of all resources and verify their registration and status. -For example, to list all nodes registered with the Teleport Cluster, you can run the command below +{/* For example, to list all nodes registered with the Teleport Cluster, you can run the command below ``` tctl nodes ls @@ -201,7 +201,17 @@ List all registered Windows Desktops ``` tctl get windows_desktop -``` +``` */} + +To list all other registered resources, you can run the commands below: + +| **Resource Type** | **Command** | +|--------------------------|---------------------------| +| Nodes | `tctl nodes ls` | +| Kubernetes Clusters | `tctl kube ls` | +| Databases | `tctl db ls` | +| Applications | `tctl apps ls` | +| Windows Desktops | `tctl get windows_desktop`| These `tctl` commands will show you the resources registered within your Teleport Cluster, and you can verify their availability for connections.