get_supervisor_status
Check Supervisor Cluster status to confirm it is running before creating namespaces or TKC clusters. Returns cluster ID, config status, Kubernetes status, API endpoint, version, network provider.
Instructions
[READ] Get the status of one Supervisor Cluster (vSphere with Tanzu control plane).
Returns cluster_id, config_status (RUNNING = healthy, CONFIGURING, ERROR, REMOVING), kubernetes_status (READY / WARNING / ERROR), api_server_cluster_endpoint (Supervisor K8s API address), kubernetes_version (from the software/clusters endpoint; null plus a kubernetes_version_hint if that call fails), and network_provider. Read-only. Run check_vks_compatibility first to discover cluster IDs; use this to verify a Supervisor is healthy before creating namespaces or TKC clusters on it.
Args: cluster_id: Compute cluster MoRef ID, e.g. 'domain-c1' (from the wcp_clusters field of check_vks_compatibility). target: Name of a vCenter entry in ~/.vmware-vks/config.yaml. Omit to use the default target defined in that file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| cluster_id | Yes |