Skip to content

Commit e5044b5

Browse files
authored
Merge pull request #239 from nmelehan/lke-time-expectations
Add time expectations for cluster creation
2 parents 9460361 + bda4896 commit e5044b5

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

openapi.yaml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)