rhoas_cluster
#
rhoas clusterView and perform operations on your Kubernetes or OpenShift cluster
#
SynopsisUse these commands to connect and bind your services to Kubernetes or OpenShift applications. You can also check if the Kubernetes or OpenShift cluster has the required Operators to perform this operation.
#
Examples# check status of the connection to your cluster$ rhoas cluster status
# connect with cluster without including currently selected services$ rhoas cluster connect --ignore-context
# connect with cluster using specified token$ rhoas cluster connect --token=value
# connect with cluster and save script to create service binding$ rhoas cluster connect --yes > create_service_binding.sh
# connect managed service with your application$ rhoas cluster bind
#
Options inherited from parent commands -h, --help Show help for a command -v, --verbose Enable verbose mode
#
SEE ALSO- rhoas - RHOAS CLI
- rhoas cluster bind - Connect your RHOAS services to Kubernetes or OpenShift applications
- rhoas cluster connect - Connect your services to Kubernetes or OpenShift
- rhoas cluster status - View status of the current Kubernetes or OpenShift cluster