You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
In order to remove these errors in the api server, disable protobuf codec:
The text was updated successfully, but these errors were encountered: