-
Notifications
You must be signed in to change notification settings - Fork 39.9k
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
fix: list pod err after an pod evicted #110425
Conversation
Welcome @LY-today! |
Hi @LY-today. Thanks for your PR. I'm waiting for a kubernetes 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/test-infra repository. |
/assign @yliaog |
I also encountered this problem, this method does solve my problem |
/ok-to-test |
staging/src/k8s.io/client-go/kubernetes/fake/clientset_generated_test.go
Show resolved
Hide resolved
@liggitt hi,The tide process seems to be stuck, what information do I need to add to move the process forward? |
staging/src/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_pod_expansion.go
Outdated
Show resolved
Hide resolved
staging/src/k8s.io/client-go/kubernetes/fake/clientset_generated_test.go
Outdated
Show resolved
Hide resolved
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.
a couple last small comments, and squash to a single commit, then lgtm
@@ -18,13 +18,12 @@ package testing | |||
|
|||
import ( | |||
"fmt" | |||
jsonpatch "github.com/evanphx/json-patch" |
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.
move this import back to its own line, distinct from stdlib imports and from k8s imports
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.
received, changes have been made
changes look good, please squash to a single commit |
c575b92
to
20be911
Compare
received, already rebase |
Signed-off-by: LY-today <[email protected]>
1865c2f
to
f299494
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: liggitt, LY-today 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 |
Signed-off-by: LY-today [email protected]
What type of PR is this?
/kind bug
What this PR does / why we need it:
After I evicted an pod, I performed the operation of the full list instance, but found something that did not meet expectations
cause subsequent programs to fail to function properly
Which issue(s) this PR fixes:
Fixes #110424