get_tkc_kubeconfig
Retrieve Kubernetes configuration for Tanzu Kubernetes Clusters to enable kubectl access and cluster management operations.
Instructions
Get kubeconfig for a TKC cluster.
Args: name: TKC cluster name. namespace: vSphere Namespace. output_path: Write to file if provided (e.g. '~/.kube/my-cluster.yaml'). Returns kubeconfig string if not specified.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| namespace | Yes | ||
| output_path | No | ||
| target | No |