Skip to content
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

Disable protobuf codec in aggregated apiserver #178

Closed
lukasfrank opened this issue Sep 29, 2023 · 0 comments · Fixed by #203
Closed

Disable protobuf codec in aggregated apiserver #178

lukasfrank opened this issue Sep 29, 2023 · 0 comments · Fixed by #203
Labels
bug Something isn't working

Comments

@lukasfrank
Copy link
Member

In order to remove these errors in the api server, disable protobuf codec:

E0929 08:08:17.910811       1 writers.go:122] apiserver was unable to write a JSON response: object *v1alpha1.LoadBalancerList does not implement the protobuf marshalling interface and cannot be encoded to a protobuf message
E0929 08:08:17.962945       1 writers.go:122] apiserver was unable to write a JSON response: object *v1alpha1.InstanceList does not implement the protobuf marshalling interface and cannot be encoded to a protobuf message
E0929 08:08:18.797877       1 writers.go:122] apiserver was unable to write a JSON response: object *v1alpha1.NATGatewayList does not implement the protobuf marshalling interface and cannot be encoded to a protobuf message
E0929 08:08:18.853380       1 writers.go:122] apiserver was unable to write a JSON response: object *v1alpha1.LoadBalancerRoutingList does not implement the protobuf marshalling interface and cannot be encoded to a protobuf message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant