action linode_get_lkecluster_kubeconfig { label: "Kubeconfig View" description: "Get the Kubeconfig file for a Cluster. Please note that it often takes 2-5 minutes before\nthe Kubeconfig file is ready after first [creating a new cluster](/docs/api/linode-kubernetes-engine-lke/#kubernetes-cluster-create).\n" provider: linode method: GET path: "/lke/clusters/{clusterId}/kubeconfig" encoding: json output: { type: "object" properties: { kubeconfig: { type: "string" description: "The Base64-encoded Kubeconfig file for this Cluster.\n" } } } }