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

UPSTREAM: 00000: wait for CRD discovery to be successful once before … #22178

Merged

Conversation

deads2k
Copy link
Contributor

@deads2k deads2k commented Feb 27, 2019

…reporting success

We need to tolerate discovery errors from aggregated APIs that can be caused by networking or other issues.

@openshift-ci-robot openshift-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Feb 27, 2019
// may all be present.
_, serverGroupsAndResources, discoveryErr := crdClient.Discovery().ServerGroupsAndResources()
if discoveryErr != nil {
glog.V(2).Info(discoveryErr)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we add some context there `glog.V(2).Infof("Failed to fetch discovery: %v", err)

}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wonder what are these, 🤷‍♂️

@mfojtik
Copy link
Contributor

mfojtik commented Feb 27, 2019

/lgtm
/hold

(unhold and retag when you fix the glog)

@openshift-ci-robot openshift-ci-robot added do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. lgtm Indicates that a PR is ready to be merged. labels Feb 27, 2019
@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: deads2k, mfojtik

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@mfojtik
Copy link
Contributor

mfojtik commented Feb 27, 2019

/hold cancel

@openshift-ci-robot openshift-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Feb 27, 2019
@deads2k
Copy link
Contributor Author

deads2k commented Feb 27, 2019

/retest

@openshift-merge-robot openshift-merge-robot merged commit 7330c32 into openshift:master Feb 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants