cldkctl_kubeconfig
Generate and manage Kubernetes kubeconfig files for specified projects using the MCP cldkctl Server. Simplify access to cluster configurations and streamline Kubernetes operations.
Instructions
Call the cldkctl_kubeconfig endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes | Project ID |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"description": "Project ID",
"type": "string"
}
},
"required": [
"project_id"
],
"type": "object"
}