Skip to content

Commit

Permalink
update cloud migration doc
Browse files Browse the repository at this point in the history
  • Loading branch information
oshati committed May 7, 2024
1 parent a4ec097 commit da5cfa0
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/pages/migrating.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit da5cfa0

Please sign in to comment.