Skip to content

Commit f635a19

Browse files
committed
remove describe mp until next CLI release
1 parent 67556bd commit f635a19

File tree

1 file changed

+0
-45
lines changed

1 file changed

+0
-45
lines changed

modules/rosa-list-objects.adoc

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -523,48 +523,3 @@ Describe a cluster named `mycluster`.
523523
$ rosa describe cluster --cluster=mycluster
524524
----
525525

526-
[id="rosa-describe-machinepool_{context}"]
527-
== describe machinepool
528-
529-
Describes a specific machine pool configured on a cluster.
530-
531-
.Syntax
532-
[source,terminal]
533-
----
534-
$ rosa describe machinepool --cluster=<cluster_name> --machinepool=<machinepool_name>| <cluster_id> <machinepool_id> [arguments]
535-
----
536-
537-
.Arguments
538-
[cols="30,70"]
539-
|===
540-
|Option |Definition
541-
542-
|--cluster
543-
|Required: The name or ID (string) of the cluster.
544-
545-
|--machinepool
546-
|Required: The name or ID (string) of the machinepool.
547-
548-
|===
549-
550-
.Optional arguments inherited from parent commands
551-
[cols="30,70"]
552-
|===
553-
|Option |Definition
554-
555-
|--help
556-
|Shows help for this command.
557-
558-
|--debug
559-
|Enables debug mode.
560-
561-
|--profile
562-
|Specifies an AWS profile (string) from your credentials file.
563-
|===
564-
565-
.Example
566-
Describe a machine pool named `mymachinepool` on a cluster named `mycluster`.
567-
[source,terminal]
568-
----
569-
$ rosa describe machinepool --cluster=mycluster --machinepool=mymachinepool
570-
----

0 commit comments

Comments
 (0)