@@ -6072,11 +6072,13 @@ paths:
6072
6072
servers:
6073
6073
- url: https://api.linode.com/v4beta
6074
6074
summary: Create Kubernetes Cluster
6075
- description: >
6075
+ description: |
6076
6076
Creates a Kubernetes cluster. The Kubernetes cluster will be created
6077
6077
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.
6080
6082
6081
6083
**Beta**: This endpoint is in private beta. Please make sure to prepend all requests with
6082
6084
`/v4beta` instead of `/v4`, and be aware that this endpoint may receive breaking
@@ -6606,9 +6608,10 @@ paths:
6606
6608
servers:
6607
6609
- url: https://api.linode.com/v4beta
6608
6610
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).
6612
6615
6613
6616
**Beta**: This endpoint is in private beta. Please make sure to prepend all requests with
6614
6617
`/v4beta` instead of `/v4`, and be aware that this endpoint may receive breaking
@@ -6659,9 +6662,9 @@ paths:
6659
6662
servers:
6660
6663
- url: https://api.linode.com/v4beta
6661
6664
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).
6665
6668
6666
6669
**Beta**: This endpoint is in private beta. Please make sure to prepend all requests with
6667
6670
`/v4beta` instead of `/v4`, and be aware that this endpoint may receive breaking
0 commit comments