-
Notifications
You must be signed in to change notification settings - Fork 62
Use new podinfo command to gather pod data
#907
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
Use new podinfo command to gather pod data
#907
Conversation
Pull Request Test Coverage Report for Build 2516
💛 - Coveralls |
|
@jlojosnegros: The following test failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
From v1.7 `debug-tools` has a new `podinfo` command to help us to gather info from pods to complement PodResourcesAPI info. The information gathered is the same that was gotten with the current `oc` command.
54b1a3e to
acae878
Compare
ffromani
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fromanirh, jlojosnegros 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 |
|
I think there are two Ci lanes that still need to be overridden: |
|
@jlojosnegros: jlojosnegros unauthorized: /override is restricted to Repo administrators, approvers in top level OWNERS file, and the following github teams:. In response to this:
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. |
|
/cherry-pick release-4.10 |
|
@jlojosnegros: new pull request created: #908 In response to this:
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. |
|
/cherry-pick release-4.9 |
|
@jlojosnegros: #907 failed to apply on top of branch "release-4.9": In response to this:
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. |
|
/cherry-pick release-4.8 |
|
@jlojosnegros: #907 failed to apply on top of branch "release-4.8": In response to this:
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. |
From v0.1.7
debug-toolshas a newpodinfocommand to help us to gatherinfo from pods to complement PodResourcesAPI info.
The information gathered is the same that was gotten with the current
occommand.