get_oke_cluster_kubeconfig
Retrieve kubeconfig content for accessing an Oracle Container Engine (OKE) cluster, enabling kubectl connectivity and Kubernetes cluster management.
Instructions
Get the kubeconfig file content for accessing an OKE cluster.
Args:
cluster_id: OCID of the cluster
Returns:
Kubeconfig content in YAML format that can be saved to ~/.kube/config
or used with kubectl --kubeconfig flag
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cluster_id | Yes |