Skip to content

Commit

Permalink
update cloud migration doc
Browse files Browse the repository at this point in the history
  • Loading branch information
oshati authored and ptgott committed Jun 20, 2024
1 parent ffc3a5b commit 78b1080
Showing 1 changed file with 1 addition and 36 deletions.
37 changes: 1 addition & 36 deletions docs/pages/migrating.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -167,42 +167,6 @@ 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

```
tctl nodes ls
```
Similarly, to list all other registered resources, you can run the commands below:
List all registered Kubernetes Clusters
```
tctl kube ls
```
List all registered Databases
```
tctl db ls
```
List all registered Applications
```
tctl apps ls
```
List all registered Windows Desktops
```
tctl get windows_desktop

``` */}
To list all other registered resources, you can run the commands below:

| **Resource Type** | **Command** |
Expand All @@ -213,6 +177,7 @@ To list all other registered resources, you can run the commands below:
| 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.

- Ensure that end users have the expected SSO access to your infrastructure and workflow.
Expand Down

0 comments on commit 78b1080

Please sign in to comment.