v1.0
- About MogDB Stack
- Quick Start
- Installation
- Tutorial
- Architecture
- References
- Client
- Server
- FAQ
- Release Note
Show MogDB Operator resources
Overview
The Show command allows you to display details about a cluster, mgorole, or mgouser. For example:
mgo show cluster mycluster
mgo show mgouser someuser
mgo show mgorole somerole
mgo show [flags]
Options
-h, --help Help information for show
Options Inherited From The Parent Command
--apiserver-url string The URL of the mogDB Operator apiserver that will handle requests from the mgo client. please note that the URL should not end in "/"
--debug Enable debug output for debugging
--disable-tls Disable TLS authentication for MogDB Operator
--exclude-os-trust Exclude CA certificates from the OS default trust store
--mgo-ca-cert string Connection to MogDB Operator apiserver CA certificate file path.
--mgo-client-cert string Path to the client certificate file used to authenticate to the MogDB Operator apiserver
--mgo-client-key string Path to the client key file used to authenticate to the MogDB Operator apiserver
-n, --namespace string Namespace for mgo requests
Helpful Links
- mgo - mgo command line tool
- mgo show cluster - Show MogDB Operator cluster
- mgo show mgorole - Show MogDB Operator roles
- mgo show mgouser - Show MogDB Operator users