-
Bug
-
Resolution: Done
-
Major
-
None
-
5
-
False
-
-
False
-
ToDo
-
-
Following steps in documentation section: https://docs.openshift.com/container-platform/4.15/migration_toolkit_for_containers/advanced-migration-options-mtc.html#migration-migrating-applications-api_advanced-migration-options-mtc
Step 4: "Verify that all clusters are in a Ready state"
oc describe cluster <cluster>
Results in:
$ oc describe cluster mtc
error: the server doesn't have a resource type "cluster"
Considering that previously a MigCluster object is deployed the command syntax should be:
oc describe MigCluster <cluster>
- links to
(1 links to)