-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Revert "Add timestamp to PodSandboxStatusResponse for kubernetes Evented PLEG" #11323
Conversation
…ted PLEG" This reverts commit b529072. Signed-off-by: Chris Henzie <chrishenzie@google.com>
Hi @chrishenzie. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
/ok-to-test But I'd like to understand how this relates to the original request to add the timestamp in #10728. |
The original KEP mentioned there was a So it seems we should set both @hshiina is it the expectation that we should always include both |
I'm sorry I filed the issue only for timestamp just by looking at the code here: The condition for setting containerStatuses |
Is there anything blocking or can we proceed? |
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.
Is there anything blocking or can we proceed?
I think we should proceed with the revert. And reopen #10728 with the updated info.
/retest |
/retest-required Thanks for the discussion @hshiina @djdongjin @chrishenzie. Reverting sounds good. |
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 on green CI.
Two consecutive failures with The first run failed on some kubelet authz tests instead: https://prow.k8s.io/view/gs/kubernetes-ci-logs/pr-logs/pull/containerd_containerd/11323/pull-containerd-node-e2e/1884671427139866624 https://prow.k8s.io/pr-history/?org=containerd&repo=containerd&pr=11323 |
It looks like yeah, it's also failing on #11311 which was opened last week as well. Job history shows it started failing recently due to timeouts |
/retest |
The failing test here does not appear related to this change and has been consistently failing the past couple days. Is it possible to proceed despite this? |
/retest |
All green now :-) |
Thanks! Although it looks like this is also being fixed on the k8s end (kubernetes/kubernetes#129990) so maybe we should hold off on making changes here? |
Regardless of whether kubernetes/kubernetes#129990 gets merged, the current PR remains necessary. As defined in original KEP), we should return the Although we haven't added the |
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
/cherry-pick release/2.0 |
@djdongjin: new pull request created: #11403 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-sigs/prow repository. |
This reverts commit b529072.
Fixes: #11312