File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change @@ -523,3 +523,48 @@ 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+ ----
You can’t perform that action at this time.
0 commit comments