Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.32 KB

File metadata and controls

39 lines (25 loc) · 1.32 KB

rhoas connector cluster

Create, delete, and list Connectors clusters

Synopsis

A Connectors cluster is an OpenShift Dedicated instance for deploying your Connectors instances. Use the "connector cluster" command to create, delete, and view a list of Connectors clusters.

Examples

# Create a Connectors cluster that is named "my-connectors-cluster"
rhoas connector cluster create --name=my-connectors-cluster

# Delete a Connectors cluster that has ID c980124otd37bufiemj0
rhoas connector cluster delete --id=c980124otd37bufiemj0

# List Connectors clusters
rhoas connector cluster list

Options inherited from parent commands

  -h, --help      Show help for a command
  -v, --verbose   Enable verbose mode

SEE ALSO