Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.39 KB

File metadata and controls

48 lines (33 loc) · 1.39 KB
title vastde compute-clusters get
description Get a compute cluster details

vastde compute-clusters get

Get a compute cluster details

Synopsis

Get detailed information about a specific compute cluster.

This command retrieves comprehensive details about a single compute cluster identified by either its GUID or name. The cluster details include:

  • Cluster name and GUID
  • Kubernetes API server URL
  • mTLS authentication credentials reference
  • Configured namespaces
  • Cluster status and health information
  • Creation and modification timestamps
  • Associated tags and metadata

Use this command to verify cluster configuration, check connectivity settings, or inspect cluster properties before deploying functions to the cluster.

Usage

vastde compute-clusters get <GUID>|<name>

Options

Global options

Flag Type Description Default
--dry-run bool Simulate the operation without making actual changes to the system
-o, --output string Output format: json, yaml, human human
--silent bool Suppress UI outputs, such as spinner and success messages
-v, --verbose int Verbosity level (0-9): 0=standard, 1=verbose, 2=detailed, 3=extended, 4=debug, 5=trace 0

See Also