-
Notifications
You must be signed in to change notification settings - Fork 3.8k
cri/nri: short-circuit nil adjustment. #12574
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
cri/nri: short-circuit nil adjustment. #12574
Conversation
mikebrow
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.
LGTM
Skip processing early if we get a nil adjustment from NRI. Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
1039c16 to
3a717c1
Compare
|
/cherry-pick release/2.2 |
|
@austinvazquez: new pull request created: #12672 DetailsIn 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-sigs/prow repository. |
|
/cherry-pick release/2.1 |
|
@austinvazquez: new pull request created: #12673 DetailsIn 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-sigs/prow repository. |
Skip processing early if we get a nil adjustment from NRI instead of going through the motions.