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

GCE: Fix retry of cloudprovider client generation #1023

Merged
merged 1 commit into from
Jul 28, 2017

Conversation

nicksardo
Copy link
Contributor

Original code read an io.Reader from within a loop. If the first iteration errored (possibly due to an intermittent network issue), the second iteration would read an empty reader. Therefore, no config values would be passed in after the first iteration.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jul 27, 2017
@k8s-reviewable
Copy link

This change is Reviewable

@nicksardo
Copy link
Contributor Author

/assign @nikhiljindal

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.03%) to 43.955% when pulling d59d5c4 on nicksardo:gce-retry-fix into 16a213c on kubernetes:master.

@nicksardo
Copy link
Contributor Author

/assign @bowei

@nicksardo
Copy link
Contributor Author

@nikhiljindal
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 28, 2017
@nicksardo nicksardo merged commit 697041a into kubernetes:master Jul 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants