k8s-pilot

by bourbonkk

set_current_cluster

Configure the active Kubernetes cluster in the kubeconfig file to manage resources efficiently. Specify the cluster name to enable quick context switching and streamlined cluster operations.

Instructions

Set the current cluster in the kubeconfig file. :param cluster_name: :return:

Input Schema

NameRequiredDescriptionDefault
cluster_nameYes

Input Schema (JSON Schema)

{ "properties": { "cluster_name": { "title": "Cluster Name", "type": "string" } }, "required": [ "cluster_name" ], "title": "set_current_clusterArguments", "type": "object" }
ID: varavj97rf