nctl describe cluster

nctl describe cluster

Describe cluster(s)

nctl describe cluster [flags]

Examples


  # Describe a cluster while allowing connections to an address with a self-signed or unverified certificate (not recommended)  
  nctl describe cluster --insecure  

  # Show cluster registration parameters  
  nctl describe cluster --show-params  

  # Provide Nirmata credentials directly in the command  
  nctl describe cluster --token my-nirmata-token --url https://nirmata.example.com

Options

  -h, --help           help for cluster
      --insecure       allow connection to an address with a self-signed or non-verifiable certificate (not recommended)
      --show-params    to show clusterRegistrationParams
      --token string   Nirmata API Login Key (env NIRMATA_TOKEN)
      --url string     Nirmata server base URL (env NIRMATA_URL)

Options inherited from parent commands

  -v, --v Level   log level for V logs

SEE ALSO