-
Notifications
You must be signed in to change notification settings - Fork 77
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
[Bug] Delete resource error #29
Comments
I traced the code and found that the wrong data structure was returned when delete.
|
Is this an experimental project? Has it been used in an internal production environment? |
@fly2F sorry for the late response. which version of k8s do you used? |
@fly2F i find the problem. |
@divanodestiny Thank you very much for your reply. I used v1.24.0 code for testing and the deletion function is normal. |
cc @divanodestiny |
we use it in our product env. the largest k8s has 20k+ nodes. |
What happened?
Commands:
Error:
What did you expect to happen?
Delete resources without error
How can we reproduce it (as minimally and precisely as possible)?
STEP1: build kube-brain
make badger
, start kube-brain./bin/kube-brain --compatible-with-etcd
STEP2: start kube-apiserver
STEP3: delete rsource
Software version
The text was updated successfully, but these errors were encountered: