-
-
Notifications
You must be signed in to change notification settings - Fork 322
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
Node list
api serde error in Kind:v0.7.0
#216
Comments
That might be a bug in kind. The error is from This can probably also be fixed upstream in k8s-openapi by adding a I cannot do anything about it in here unfortunately. |
Appreciate for your reply, I will report the bug in kind. |
Did you get to the bottom of this? |
kubernetes bug for this in kubernetes/kubernetes#93606 |
More discussion here kubernetes/kubernetes#100802 It looks like a workaround was already implemented in k8s-openapi here. I tried to use the git version of |
Yes please! I believe master on |
Environment:
I use a single node kind cluster as local environment, the following code causes error:
Get serde Error:
Error("invalid type: null, expected a sequence", line: 1, column: 3486)
logs
How to fix it?
The text was updated successfully, but these errors were encountered: