@@ -6072,11 +6072,13 @@ paths:
60726072 servers:
60736073 - url: https://api.linode.com/v4beta
60746074 summary: Create Kubernetes Cluster
6075- description: >
6075+ description: |
60766076 Creates a Kubernetes cluster. The Kubernetes cluster will be created
60776077 asynchronously. You can use the events system to determine when the
6078- Kubernetes cluster is ready to use.
6079-
6078+ Kubernetes cluster is ready to use. Please note that it often takes 2-5 minutes before the
6079+ [Kubernetes API server endpoint](/api/v4/lke-clusters-cluster-id-api-endpoint) and
6080+ the [Kubeconfig file](/api/v4/lke-clusters-cluster-id-kubeconfig) for the new cluster
6081+ are ready.
60806082
60816083 **Beta**: This endpoint is in private beta. Please make sure to prepend all requests with
60826084 `/v4beta` instead of `/v4`, and be aware that this endpoint may receive breaking
@@ -6606,9 +6608,10 @@ paths:
66066608 servers:
66076609 - url: https://api.linode.com/v4beta
66086610 summary: View Kubernetes API Endpoint
6609- description: >
6610- Get the Kubernetes API server endpoint for this cluster.
6611-
6611+ description: |
6612+ Get the Kubernetes API server endpoint for this cluster. Please note that it often takes
6613+ 2-5 minutes before the endpoint is ready after first
6614+ [creating a new cluster](/api/v4/lke-clusters/#post).
66126615
66136616 **Beta**: This endpoint is in private beta. Please make sure to prepend all requests with
66146617 `/v4beta` instead of `/v4`, and be aware that this endpoint may receive breaking
@@ -6659,9 +6662,9 @@ paths:
66596662 servers:
66606663 - url: https://api.linode.com/v4beta
66616664 summary: View Kubeconfig
6662- description: >
6663- Get the Kubeconfig file for a Cluster.
6664-
6665+ description: |
6666+ Get the Kubeconfig file for a Cluster. Please note that it often takes 2-5 minutes before
6667+ the Kubeconfig file is ready after first [creating a new cluster](/api/v4/lke-clusters/#post).
66656668
66666669 **Beta**: This endpoint is in private beta. Please make sure to prepend all requests with
66676670 `/v4beta` instead of `/v4`, and be aware that this endpoint may receive breaking
0 commit comments