connect_cluster
Generate and bind a KUBECONFIG for a managed Kubernetes cluster, associating it with a specified ClusterRole to define access permissions. Simplifies cluster management through the OCM MCP Server.
Instructions
Generates the KUBECONFIG for the managed cluster and binds it to the specified ClusterRole (default: cluster-admin).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cluster | Yes | The target cluster where the ServiceAccount will be created for the KUBECONFIG. | |
clusterRole | No | The ClusterRole defining permissions to access the cluster | cluster-admin |