Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement WaitForLKEClusterReady #139

Merged
merged 11 commits into from
Apr 29, 2020

Conversation

0xch4z
Copy link
Contributor

@0xch4z 0xch4z commented Apr 21, 2020

Ready constitutes a cluster with a healthy api-server and at least one node with the condition NodeReady=True.

Waits for:

  1. Getting the actual Kubeconfig for building a client from the Linode API (this is usually a minute after the cluster is provisioned).
  2. Waiting for a Node to come online and have the NodeReady condition (this can take 3-4 minutes).

My 5 minute timeout for the test came from here.

waitfor.go Outdated Show resolved Hide resolved
@0xch4z 0xch4z force-pushed the feat/waitForLKEClusterReady branch 2 times, most recently from 1d4e857 to f96d2ee Compare April 21, 2020 22:23
@0xch4z 0xch4z requested a review from phillc April 21, 2020 22:34
@0xch4z 0xch4z force-pushed the feat/waitForLKEClusterReady branch from 4ac526a to 060c3bd Compare April 22, 2020 20:57
lke_clusters.go Outdated Show resolved Hide resolved
waitfor.go Outdated Show resolved Hide resolved
@0xch4z 0xch4z force-pushed the feat/waitForLKEClusterReady branch from 39d95b6 to ff89405 Compare April 28, 2020 16:21
@0xch4z 0xch4z merged commit 5ddccd2 into linode:master Apr 29, 2020
LBGarber pushed a commit to LBGarber/linodego that referenced this pull request Mar 15, 2021
…tworking-ip-typo

fix linode_networking_ip docs typo
lgarber-akamai pushed a commit to lgarber-akamai/linodego that referenced this pull request Feb 13, 2023
…sterReady

implement WaitForLKEClusterReady
lgarber-akamai pushed a commit to lgarber-akamai/linodego that referenced this pull request Feb 13, 2023
…sterReady

implement WaitForLKEClusterReady
lgarber-akamai pushed a commit to lgarber-akamai/linodego that referenced this pull request Feb 13, 2023
…sterReady

implement WaitForLKEClusterReady
lgarber-akamai pushed a commit to lgarber-akamai/linodego that referenced this pull request Feb 14, 2023
…sterReady

implement WaitForLKEClusterReady
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants