-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
glog missing nodes #18606
glog missing nodes #18606
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: juanvallejo Assign the PR to them by writing The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Done I think we should close this PR in favor of #18625, which brings in these changes |
c814872
to
c7b68ac
Compare
/test gcp |
@juanvallejo: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Closing. This change was introduced in #18625 |
Automatic merge from submit-queue (batch tested with PRs 18999, 18543). adds dependency analysis Depends on #18466 Depends on #18606 Adds dependency graph analysis. Outputs "yours", "mine", "ours" dependencies. Usage: ```bash $ ./depcheck analyze --root=github.com/openshift/origin --entry=cmd/... --entry=pkg/... --entry=tools/... --entry=test/... --openshift --dep=github.com/openshift/origin/vendor/k8s.io/kubernetes ``` [Output of the command above](https://gist.github.com/juanvallejo/d83d2f56e4f7345c3f37769237cb12a1) cc @deads2k
Depends on #18466
Addresses #18466 (comment)
cc @deads2k