-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
When oc edit re-opens with a failure, get unfriendly protobuf message in the comments #9739
Comments
Well did you try prefix |
lol Probably someone using codec blindly. On Thu, Jul 7, 2016 at 2:52 PM, David Eads notifications@github.com wrote:
|
just got this when editing project ;-) |
it looks like the interface for After adding the
shows as I'd expect. Here is the change. If this looks ok then I will submit upstream: #10191 |
Yikes. Ok, we need to assert that all the protobuf methods implement recognizing decoder, for sure. |
Automatic merge from submit-queue add asserts for RecognizingDecoder and update protobuf serializer Ensure that serializers are asserting that they implement the `RecognizingDecoder` interface and update the protobuf serializer to add the `unknown` parameter. Manifested in: openshift/origin#9739 @smarterclayton @deads2k
When using oc edit and causing a failure I got back this message in the comments:
This issue may affect upstream, need to test against kube as well.
I was able to recreate it when editing a quota when I put GiB instead of Gi
The text was updated successfully, but these errors were encountered: